Searched defs:NestedNameSpecifier (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h1 //===--- NestedNameSpecifier.h - C++ nested name specifiers -----*- C++ -*-===//
10 // This file defines the NestedNameSpecifier class, which represents
43 class NestedNameSpecifier : public llvm::FoldingSetNode { class in namespace:clang
59 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix;
91 NestedNameSpecifier() function in class:clang::NestedNameSpecifier
96 NestedNameSpecifier(const NestedNameSpecifier &Other) function in class:clang::NestedNameSpecifier
101 void operator=(const NestedNameSpecifier &) LLVM_DELETED_FUNCTION;
105 static NestedNameSpecifier *FindOrInsert(const ASTContext &Context,
106 const NestedNameSpecifier
[all...]
/external/clang/include/clang/Sema/
H A DSema.h1464 static NameClassification NestedNameSpecifier() { function in class:clang::Sema::NameClassification
2115 NestedNameSpecifier *Qualifier,
2231 NestedNameSpecifier *Qualifier,
4443 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);
4459 NamedDecl *FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS);

Completed in 218 milliseconds