Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()