reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
  119       if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc()))
tools/clang/lib/AST/ASTImporter.cpp
 8238       if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc()))
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  244   SourceLocation Loc = NNS.getLocalBeginLoc();
tools/clang/lib/Sema/DeclSpec.cpp
  138   return Builder.getTemporary().getLocalBeginLoc();
tools/clang/lib/Sema/SemaType.cpp
 5643           DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc());
tools/clang/lib/Sema/TreeTransform.h
 3685                           Q.getLocalBeginLoc(), Q.getLocalEndLoc(), ObjectType);
 3696                                                           Q.getLocalBeginLoc(),
 3698       SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());
 3705                       getDerived().TransformDecl(Q.getLocalBeginLoc(),
 3707       SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(),
tools/clang/tools/extra/clangd/FindTarget.cpp
  678       return {ReferenceLoc{NNSL->getPrefix(), NNSL->getLocalBeginLoc(), false,
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  245         addToken(NNSLoc.getLocalBeginLoc(), HighlightingKind::Namespace);
tools/clang/tools/libclang/CIndex.cpp
 1376                                        Q.getLocalBeginLoc(),
 1384                                        Q.getLocalBeginLoc(),
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/NestedNameSpecifiers.cpp
   31       Match(ND->getName(), NNS.getLocalBeginLoc());