Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h88 const SourceLocation TypeEndLoc = in VisitTypeLoc() local
92 if (!visit(TemplateTypeParm->getDecl(), TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
98 TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
103 return visit(TP->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc); in VisitTypeLoc()
109 const SourceLocation TypeEndLoc = in VisitTypedefTypeLoc() local
111 return visit(TL.getTypedefNameDecl(), TL.getBeginLoc(), TypeEndLoc); in VisitTypedefTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp14817 SourceLocation TypeEndLoc = in CheckParameter() local
14821 << FixItHint::CreateInsertion(TypeEndLoc, "*"); in CheckParameter()