Home
last modified time | relevance | path

Searched refs:EmbedKeywordLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5055 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 DASTReaderStmt.cpp1339 E->EmbedKeywordLoc = readSourceLocation(); in VisitEmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2397 EmbedKeywordLoc(Loc), Ctx(&Ctx), Data(Data), Begin(Begin), in EmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16938 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 DSema.h7536 ExprResult ActOnEmbedExpr(SourceLocation EmbedKeywordLoc,