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.cpp262 StdSourceLocationImplDecl(nullptr), CXXTypeInfoDecl(nullptr), in Sema()
H A DSemaExpr.cpp16546 if (!StdSourceLocationImplDecl) { in ActOnSourceLocExpr()
16547 StdSourceLocationImplDecl = in ActOnSourceLocExpr()
16549 if (!StdSourceLocationImplDecl) in ActOnSourceLocExpr()
16553 Context.getRecordType(StdSourceLocationImplDecl).withConst()); in ActOnSourceLocExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7927 RecordDecl *StdSourceLocationImplDecl; variable