HomeSort by: relevance | last modified time | path
    Searched refs:TypeEndLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RecursiveSymbolVisitor.h 88 const SourceLocation TypeEndLoc =
92 if (!visit(TemplateTypeParm->getDecl(), TypeBeginLoc, TypeEndLoc))
98 TypeBeginLoc, TypeEndLoc))
103 return visit(TP->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc);
109 const SourceLocation TypeEndLoc =
111 return visit(TL.getTypedefNameDecl(), TL.getBeginLoc(), TypeEndLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 13873 SourceLocation TypeEndLoc =
13877 << FixItHint::CreateInsertion(TypeEndLoc, "*");

Completed in 47 milliseconds