Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h198 SourceLocation getBaseTypeLoc() const LLVM_READONLY { in getBaseTypeLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1387 Diag(BaseSpec.getBaseTypeLoc(), diag::note_not_structural_non_public) in RequireStructuralType()
1412 SubLoc = BaseSpec.getBaseTypeLoc(); in RequireStructuralType()
H A DSemaDeclCXX.cpp1736 if (!Check(B.getBaseTypeLoc(), B.getType(), nullptr)) in CheckConstexprDestructorSubobjects()
8120 Base->getBaseTypeLoc()}; in getBase()
9318 return B->getBaseTypeLoc(); in getSubobjectLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2478 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckEvaluationResult()