HomeSort by relevance Sort by last modified time
    Searched defs:NNS (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 33 NestedNameSpecifier *NNS
35 if (!NNS) {
36 NNS = new (Context, 4) NestedNameSpecifier(Mockup);
37 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos);
40 return NNS;
133 llvm_unreachable("Invalid NNS Kind!");
173 llvm_unreachable("Invalid NNS Kind!");
194 llvm_unreachable("Invalid NNS Kind!");
212 llvm_unreachable("Invalid NNS Kind!");
383 llvm_unreachable("Invalid NNS Kind!")
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 87 NestedNameSpecifier *NNS
89 if (NNS->isDependent()) {
92 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
96 const Type *NNSType = NNS->getAsType();
139 switch (NNS->getKind()) {
144 return NNS->getAsNamespace();
147 return NNS->getAsNamespaceAlias()->getNamespace();
151 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
167 NestedNameSpecifier *NNS
169 return NNS->isDependent()
    [all...]
SemaExprCXX.cpp 79 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
113 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
    [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 184 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
186 if (SS && NNS) {
187 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
190 if (Correction && (NNS || NewII != &II) &&
213 if (SS && NNS)
214 SS->MakeTrivial(Context, NNS, SourceRange(NameLoc));
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 279 milliseconds