Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.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()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1325 E->EmbedKeywordLoc = readSourceLocation(); in VisitEmbedExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp2380 EmbedKeywordLoc(Loc), Ctx(&Ctx), Data(Data), Begin(Begin), in EmbedExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h7111 ExprResult ActOnEmbedExpr(SourceLocation EmbedKeywordLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp16568 ExprResult Sema::ActOnEmbedExpr(SourceLocation EmbedKeywordLoc, in ActOnEmbedExpr() argument
16573 EmbedExpr(Context, EmbedKeywordLoc, Data, /*NumOfElements=*/0, in ActOnEmbedExpr()