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() : Prefix(0, StoredIdentifier), Specifier(0) { } function in class:clang::NestedNameSpecifier
95 NestedNameSpecifier(const NestedNameSpecifier &Other) function in class:clang::NestedNameSpecifier
100 NestedNameSpecifier &operator=(const NestedNameSpecifier &); // do not
105 static NestedNameSpecifier *FindOrInser
[all...]
/external/clang/include/clang/Sema/
H A DSema.h1169 static NameClassification NestedNameSpecifier() { function in class:clang::Sema::NameClassification
1716 NestedNameSpecifier *Qualifier,
1793 NestedNameSpecifier *Qualifier,
3864 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);
3881 NamedDecl *FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS);

Completed in 395 milliseconds