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

12

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp 48 NestedNameSpecifier *NNS = SS.getScopeRep();
52 switch (NNS->getKind()) {
55 Type = QualType(NNS->getAsType(), 0);
61 assert(NNS->getAsIdentifier() == &Name && "not a constructor name");
62 Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(),
63 NNS->getAsIdentifier());
118 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
152 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h 434 NestedNameSpecifierLoc NNS,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp 222 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
224 if (SS && NNS) {
225 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
228 if (Correction && (NNS || NewII != &II) &&
251 if (SS && NNS)
252 SS->MakeTrivial(Context, NNS, SourceRange(NameLoc));
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 320 NestedNameSpecifier *NNS = reinterpret_cast<NestedNameSpecifier*>(Val);
321 NNS->print(OS, Context.getPrintingPolicy());
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 224 milliseconds

12