HomeSort by relevance Sort by last modified time
    Searched refs:getNextNamespace (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
Decl.h 424 NamespaceDecl *getNextNamespace();
425 const NamespaceDecl *getNextNamespace() const {
426 return const_cast<NamespaceDecl *>(this)->getNextNamespace();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 811 return static_cast<NamespaceDecl*>(this)->getNextNamespace();
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 800 Writer.AddDeclRef(D->getNextNamespace(), Record);
830 if (Writer.hasChain() && D->isAnonymousNamespace() && !D->getNextNamespace()){
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 482 milliseconds