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

  /external/clang/lib/AST/
CXXInheritance.cpp 384 if (Path.Decls.front()->isInIdentifierNamespace(IDNS_Tag))
401 if (Path.Decls.front()->isInIdentifierNamespace(IDNS))
416 if (Path.Decls.front()->isInIdentifierNamespace(IDNS_OMPReduction))
435 Path.Decls.front()->isInIdentifierNamespace(IDNS_Tag))
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 173 if (D->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)) {
  /external/clang/include/clang/Sema/
Lookup.h 346 if (!D->isInIdentifierNamespace(IDNS))
  /external/clang/include/clang/AST/
DeclBase.h 694 bool isInIdentifierNamespace(unsigned NS) const {
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 575 FD->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 124 milliseconds