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

  /external/clang/test/SemaCXX/
member-expr.cpp 47 struct NamespaceDecl;
53 struct NamespaceDecl : NamedDecl {
  /external/clang/include/clang/AST/
Decl.h 73 NamespaceDecl *AnonymousNamespace;
82 NamespaceDecl *getAnonymousNamespace() const { return AnonymousNamespace; }
83 void setAnonymousNamespace(NamespaceDecl *D) { AnonymousNamespace = D; }
353 /// NamespaceDecl - Represent a C++ namespace.
354 class NamespaceDecl : public NamedDecl, public DeclContext {
368 // there will be one NamespaceDecl for each declaration.
386 llvm::PointerIntPair<NamespaceDecl *, 1, bool> OrigOrAnonNamespace;
388 NamespaceDecl(DeclContext *DC, SourceLocation StartLoc,
395 static NamespaceDecl *Create(ASTContext &C, DeclContext *DC,
424 NamespaceDecl *getNextNamespace()
    [all...]

Completed in 58 milliseconds