Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4858 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 DASTReaderStmt.cpp1325 E->EmbedKeywordLoc = readSourceLocation(); in VisitEmbedExpr()
/src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2380 EmbedKeywordLoc(Loc), Ctx(&Ctx), Data(Data), Begin(Begin), in EmbedExpr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7111 ExprResult ActOnEmbedExpr(SourceLocation EmbedKeywordLoc,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16568 ExprResult Sema::ActOnEmbedExpr(SourceLocation EmbedKeywordLoc, in ActOnEmbedExpr() argument
16573 EmbedExpr(Context, EmbedKeywordLoc, Data, /*NumOfElements=*/0, in ActOnEmbedExpr()