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

References

tools/clang/include/clang/AST/ExprCXX.h
  899       return QualifierLoc.getBeginLoc();
 3118       return l.getBeginLoc();
 3274     return QualifierLoc.getBeginLoc();
 3728       return getQualifierLoc().getBeginLoc();
 3897       return l.getBeginLoc();
tools/clang/include/clang/AST/TypeLoc.h
 2065       return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc());
 2174       return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc());
tools/clang/lib/AST/DeclCXX.cpp
 2895     ? getQualifierLoc().getBeginLoc() : UsingLocation;
 2943     ? getQualifierLoc().getBeginLoc() : UsingLocation;
tools/clang/lib/AST/Expr.cpp
  600     return getQualifierLoc().getBeginLoc();
 1737       return getQualifierLoc().getBeginLoc();
tools/clang/lib/AST/TemplateBase.cpp
  488       return SourceRange(getTemplateQualifierLoc().getBeginLoc(),
  494       return SourceRange(getTemplateQualifierLoc().getBeginLoc(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
10069       Diag(Using->getQualifierLoc().getBeginLoc(),
tools/clang/lib/Sema/SemaExpr.cpp
13387         Diag(OE->getQualifier() ? OE->getQualifierLoc().getBeginLoc()
tools/clang/lib/Sema/SemaOverload.cpp
14280           Loc = MemExpr->getQualifierLoc().getBeginLoc();
tools/clang/lib/Sema/SemaTemplate.cpp
10039       SourceLocation Loc = Using->getQualifierLoc().getBeginLoc();
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 2942   TemplateInstantiator Instantiator(*this, TemplateArgs, NNS.getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h
 3715       SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc());
 3722       SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc());
11814                                             E->getQualifierLoc().getBeginLoc());
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  116       return NestedNameSpecifier.getBeginLoc();
  340         RenameInfo Info = {NestedLoc.getBeginLoc(),
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
   47       return NestedNameSpecifier.getBeginLoc();
  562     SourceLocation Start = Specifier->getBeginLoc();
tools/clang/tools/extra/clang-tidy/abseil/AbseilMatcher.h
   35   SourceLocation Loc = SourceManager.getSpellingLoc(Node.getBeginLoc());
tools/clang/tools/extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
   40   diag(InternalDependency->getBeginLoc(),
tools/clang/tools/extra/clang-tidy/readability/ConstReturnTypeCheck.cpp
   38                                     ? Def->getQualifierLoc().getBeginLoc()