Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Refactoring/
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()
/external/clang/lib/Sema/
DSemaDecl.cpp11010 SourceLocation TypeEndLoc = in CheckParameter() local
11014 << FixItHint::CreateInsertion(TypeEndLoc, "*"); in CheckParameter()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp13742 SourceLocation TypeEndLoc = in CheckParameter() local
13746 << FixItHint::CreateInsertion(TypeEndLoc, "*"); in CheckParameter()