Home
last modified time | relevance | path

Searched refs:StdSourceLocationImplDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp323 StdSourceLocationImplDecl(nullptr), CXXTypeInfoDecl(nullptr), in Sema()
H A DSemaExpr.cpp16916 if (!StdSourceLocationImplDecl) { in ActOnSourceLocExpr()
16917 StdSourceLocationImplDecl = in ActOnSourceLocExpr()
16919 if (!StdSourceLocationImplDecl) in ActOnSourceLocExpr()
16923 Context.getRecordType(StdSourceLocationImplDecl).withConst()); in ActOnSourceLocExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8249 RecordDecl *StdSourceLocationImplDecl; variable