Home
last modified time | relevance | path

Searched refs:getBaseTypeLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp132 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckFieldsInitialized()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h198 SourceLocation getBaseTypeLoc() const LLVM_READONLY { in getBaseTypeLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1341 Diag(BaseSpec.getBaseTypeLoc(), diag::note_not_structural_non_public) in RequireStructuralType()
1366 SubLoc = BaseSpec.getBaseTypeLoc(); in RequireStructuralType()
H A DSemaDeclCXX.cpp1839 if (!Check(B.getBaseTypeLoc(), B.getType(), nullptr)) in CheckConstexprDestructorSubobjects()
8182 Base->getBaseTypeLoc()}; in getBase()
9397 return B->getBaseTypeLoc(); in getSubobjectLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2627 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckEvaluationResult()