Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h89 const SourceLocation TypeEndLoc = in VisitTypeLoc() local
93 if (!visit(TemplateTypeParm->getDecl(), TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
99 TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
102 return visit(Loc.getType()->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc); in VisitTypeLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp12567 SourceLocation TypeEndLoc = in CheckParameter() local
12571 << FixItHint::CreateInsertion(TypeEndLoc, "*"); in CheckParameter()