Searched refs:TypeBeginLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 87 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/ |
H A D | ExprConstant.cpp | 2485 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc(); in CheckEvaluationResult() local 2486 Info.FFDiag(TypeBeginLoc, diag::note_constexpr_uninitialized_base) in CheckEvaluationResult() 2487 << BS.getType() << SourceRange(TypeBeginLoc, BS.getEndLoc()); in CheckEvaluationResult()
|