Home
last modified time | relevance | path

Searched defs:SourceLocExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h594 friend class SourceLocExpr; in alignas() local
H A DExpr.h4694 explicit SourceLocExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} in SourceLocExpr() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp2145 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, IdentKind Kind, in SourceLocExpr() function in SourceLocExpr
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp251 AST_MATCHER_P(SourceLocExpr, hasBuiltinStr, StringRef, Str) { in AST_MATCHER_P() argument