Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h87 const SourceLocation TypeBeginLoc = Loc.getBeginLoc(); in VisitTypeLoc() local
89 Lexer::getLocForEndOfToken(TypeBeginLoc, 0, SM, LangOpts); in VisitTypeLoc()
92 if (!visit(TemplateTypeParm->getDecl(), TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
98 TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
103 return visit(TP->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc); in VisitTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp132 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckFieldsInitialized() local
133 S.FFDiag(TypeBeginLoc, diag::note_constexpr_uninitialized_base) in CheckFieldsInitialized()
134 << B.Desc->getType() << SourceRange(TypeBeginLoc, BS.getEndLoc()); in CheckFieldsInitialized()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2627 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckEvaluationResult() local
2628 Info.FFDiag(TypeBeginLoc, diag::note_constexpr_uninitialized_base) in CheckEvaluationResult()
2629 << BS.getType() << SourceRange(TypeBeginLoc, BS.getEndLoc()); in CheckEvaluationResult()