HomeSort by relevance Sort by last modified time
    Searched refs:NNS (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ExprCXX.cpp     [all...]
ASTDiagnostic.cpp 400 NestedNameSpecifier *NNS = reinterpret_cast<NestedNameSpecifier*>(Val);
401 NNS->print(OS, Context.getPrintingPolicy());
    [all...]
Expr.cpp 336 auto *NNS = QualifierLoc.getNestedNameSpecifier();
337 if (NNS->isInstantiationDependent())
339 if (NNS->containsUnexpandedParameterPack())
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 51 NestedNameSpecifier *NNS = SS.getScopeRep();
55 switch (NNS->getKind()) {
58 Type = QualType(NNS->getAsType(), 0);
64 assert(NNS->getAsIdentifier() == &Name && "not a constructor name");
65 Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(),
66 NNS->getAsIdentifier());
125 NestedNameSpecifier *NNS = SS.getScopeRep();
154 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaType.cpp     [all...]
AnalysisBasedWarnings.cpp 182 if (NestedNameSpecifier *NNS = DRE->getQualifier()) {
183 if (NNS->getKind() == NestedNameSpecifier::TypeSpec &&
184 isa<TemplateSpecializationType>(NNS->getAsType())) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp 226 auto *NNS = NestedNameSpecifier::Create(Context, nullptr, false,
228 QualType T = Context.getDependentNameType(ETK_Typename, NNS, &II);
231 SS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
346 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
348 if (SS && NNS) {
349 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
352 if (Correction && (NNS || NewII != &II) &&
367 if (SS && NNS)
368 SS->MakeTrivial(Context, NNS, SourceRange(NameLoc));
465 // Builds a fake NNS for the given decl context
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h 467 TransformNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2078 milliseconds

1 2 3 45