Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DExpr.cpp2240 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, SourceLocIdentKind Kind, SourceLocExpr() function in SourceLocExpr
/llvm-project/clang/include/clang/AST/
H A DExpr.h4742 explicit SourceLocExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} SourceLocExpr() function
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp251 AST_MATCHER_P(SourceLocExpr, hasBuiltinStr, StringRef, Str) { in AST_MATCHER_P() argument