Searched refs:EmbedKeywordLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 5055 SourceLocation EmbedKeywordLoc; variable 5067 SourceLocation getLocation() const { return EmbedKeywordLoc; } in getLocation() 5068 SourceLocation getBeginLoc() const { return EmbedKeywordLoc; } in getBeginLoc() 5069 SourceLocation getEndLoc() const { return EmbedKeywordLoc; } in getEndLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1339 E->EmbedKeywordLoc = readSourceLocation(); in VisitEmbedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2397 EmbedKeywordLoc(Loc), Ctx(&Ctx), Data(Data), Begin(Begin), in EmbedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 16938 ExprResult Sema::ActOnEmbedExpr(SourceLocation EmbedKeywordLoc, in ActOnEmbedExpr() argument 16944 EmbedExpr(Context, EmbedKeywordLoc, Data, /*NumOfElements=*/0, in ActOnEmbedExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7536 ExprResult ActOnEmbedExpr(SourceLocation EmbedKeywordLoc,
|