Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp207 MSVCGuidDecl(nullptr), StdSourceLocationImplDecl(nullptr), in Sema()
H A DSemaExpr.cpp17036 if (!StdSourceLocationImplDecl) { in ActOnSourceLocExpr()
17037 StdSourceLocationImplDecl = in ActOnSourceLocExpr()
17039 if (!StdSourceLocationImplDecl) in ActOnSourceLocExpr()
17043 Context.getRecordType(StdSourceLocationImplDecl).withConst()); in ActOnSourceLocExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1162 RecordDecl *StdSourceLocationImplDecl; variable