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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h207 NestedNameSpecifier; member in struct:clang::ast_matchers::MatchFinder::MatchersByType
/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
44 class NestedNameSpecifier : public llvm::FoldingSetNode { class in namespace:clang
60 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix;
95 NestedNameSpecifier() function in class:clang::NestedNameSpecifier
100 NestedNameSpecifier(const NestedNameSpecifier &Other) function in class:clang::NestedNameSpecifier
105 void operator=(const NestedNameSpecifier &) = delete;
109 static NestedNameSpecifier *FindOrInsert(const ASTContext &Context,
110 const NestedNameSpecifier
[all...]
/external/clang/include/clang/Sema/
H A DSema.h1584 static NameClassification NestedNameSpecifier() { function in class:clang::Sema::NameClassification
2323 NestedNameSpecifier *Qualifier,
2442 NestedNameSpecifier *Qualifier,
4915 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);
4942 NamedDecl *FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS);

Completed in 261 milliseconds