Searched refs:EmbedKeywordLoc (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 4858 SourceLocation EmbedKeywordLoc; variable 4870 SourceLocation getLocation() const { return EmbedKeywordLoc; } in getLocation() 4871 SourceLocation getBeginLoc() const { return EmbedKeywordLoc; } in getBeginLoc() 4872 SourceLocation getEndLoc() const { return EmbedKeywordLoc; } in getEndLoc()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1325 E->EmbedKeywordLoc = readSourceLocation(); in VisitEmbedExpr()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2380 EmbedKeywordLoc(Loc), Ctx(&Ctx), Data(Data), Begin(Begin), in EmbedExpr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7111 ExprResult ActOnEmbedExpr(SourceLocation EmbedKeywordLoc,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 16568 ExprResult Sema::ActOnEmbedExpr(SourceLocation EmbedKeywordLoc, in ActOnEmbedExpr() argument 16573 EmbedExpr(Context, EmbedKeywordLoc, Data, /*NumOfElements=*/0, in ActOnEmbedExpr()
|