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

Declarations

tools/clang/include/clang/AST/NestedNameSpecifier.h
  128   static NestedNameSpecifier *Create(const ASTContext &Context,

References

tools/clang/lib/AST/ASTContext.cpp
 5502     return NestedNameSpecifier::Create(*this, nullptr,
 5508     return NestedNameSpecifier::Create(*this, nullptr,
tools/clang/lib/AST/ASTImporter.cpp
 8175       return NestedNameSpecifier::Create(ToContext, Prefix,
tools/clang/lib/AST/NestedNameSpecifier.cpp
  600   Representation = NestedNameSpecifier::Create(Context, Representation,
tools/clang/lib/AST/QualTypeNames.cpp
  349   return NestedNameSpecifier::Create(
tools/clang/lib/Sema/SemaCodeComplete.cpp
  687       Result = NestedNameSpecifier::Create(Context, Result, Namespace);
 1156           NestedNameSpecifier::Create(SemaRef.Context, nullptr, Namespace);
 1279           NestedNameSpecifier::Create(SemaRef.Context, nullptr, Namespace);
tools/clang/lib/Sema/SemaCoroutine.cpp
  123     auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, StdExp);
tools/clang/lib/Sema/SemaDecl.cpp
  530       return NestedNameSpecifier::Create(Context, nullptr, ND);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 9563         NestedNameSpecifier::Create(Context, nullptr, getStdNamespace());
tools/clang/lib/Sema/SemaLookup.cpp
 4517       NNS = NestedNameSpecifier::Create(Context, NNS, ND);
tools/clang/lib/Serialization/ASTReader.cpp
 9479       NNS = NestedNameSpecifier::Create(Context, Prev, NS);