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

  /external/clang/include/clang/AST/
DeclBase.h 122 IDNS_Type = 0x0004,
148 /// IDNS_Tag|IDNS_Type if it was previously declared.
624 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
813 assert(!(OldNS & ~(IDNS_Tag | IDNS_Ordinary | IDNS_Type |
820 if (PreviouslyDeclared) IdentifierNamespace |= IDNS_Tag | IDNS_Type;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 503 return IDNS_Ordinary | IDNS_Type;
510 return IDNS_Ordinary | IDNS_Type;
532 return IDNS_Tag | IDNS_Type;
543 return IDNS_Ordinary | IDNS_Tag | IDNS_Type;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 237 IDNS = Decl::IDNS_Type;
261 IDNS = Decl::IDNS_Type | Decl::IDNS_Namespace;
280 | Decl::IDNS_Type;
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 48 milliseconds