Searched refs:getLocalEndLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 322 SourceLocation getLocalEndLoc() const { in getLocalEndLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 4615 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc() 4627 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc() 4636 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc() 4673 SS.Extend(SemaRef.Context, TL, Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 10127 if (Error Err = importInto(ToLocalEndLoc, NNS.getLocalEndLoc())) in Import()
|