Home
last modified time | relevance | path

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

/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.cpp1335 Diag(BaseSpec.getBaseTypeLoc(), diag::note_not_structural_non_public) in RequireStructuralType()
1360 SubLoc = BaseSpec.getBaseTypeLoc(); in RequireStructuralType()
H A DSemaDeclCXX.cpp1719 if (!Check(B.getBaseTypeLoc(), B.getType(), nullptr)) in CheckConstexprDestructorSubobjects()
8017 Base->getBaseTypeLoc()}; in getBase()
9218 return B->getBaseTypeLoc(); in getSubobjectLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2485 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckEvaluationResult()