Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp206 MSVCGuidDecl(nullptr), StdSourceLocationImplDecl(nullptr), in Sema()
H A DSemaExpr.cpp16767 if (!StdSourceLocationImplDecl) { in ActOnSourceLocExpr()
16768 StdSourceLocationImplDecl = in ActOnSourceLocExpr()
16770 if (!StdSourceLocationImplDecl) in ActOnSourceLocExpr()
16774 Context.getRecordType(StdSourceLocationImplDecl).withConst()); in ActOnSourceLocExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1161 RecordDecl *StdSourceLocationImplDecl; variable