Searched refs:getLocalBeginLoc (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 311 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 280 SourceLocation Loc = NNS.getLocalBeginLoc(); in indexNestedNameSpecifierLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 148 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
|
| H A D | TreeTransform.h | 4234 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc() 4245 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc() 4246 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc() 4253 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc() 4254 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
|
| H A D | SemaType.cpp | 6352 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1472 Q.getLocalBeginLoc(), TU))) in VisitNestedNameSpecifierLoc() 1479 Q.getLocalBeginLoc(), TU))) in VisitNestedNameSpecifierLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 9314 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()
|