Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp208 CXXTypeInfoDecl(nullptr), StdSourceLocationImplDecl(nullptr), in Sema()
H A DSemaExpr.cpp17556 if (!StdSourceLocationImplDecl) { in ActOnSourceLocExpr()
17557 StdSourceLocationImplDecl = in ActOnSourceLocExpr()
17559 if (!StdSourceLocationImplDecl) in ActOnSourceLocExpr()
17563 Context.getRecordType(StdSourceLocationImplDecl).withConst()); in ActOnSourceLocExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1189 RecordDecl *StdSourceLocationImplDecl; variable