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

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 1 //===--- NestedNameSpecifier.h - C++ nested name specifiers -----*- C++ -*-===//
10 // This file defines the NestedNameSpecifier class, which represents
43 class NestedNameSpecifier : public llvm::FoldingSetNode {
59 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix;
91 NestedNameSpecifier() : Prefix(0, StoredIdentifier), Specifier(0) { }
95 NestedNameSpecifier(const NestedNameSpecifier &Other)
100 NestedNameSpecifier &operator=(const NestedNameSpecifier &); // do not
105 static NestedNameSpecifier *FindOrInsert(const ASTContext &Context
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 107 milliseconds