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 119 IDNS_Type = 0x0004,
145 /// IDNS_Tag|IDNS_Type if it was previously declared.
615 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
804 assert(!(OldNS & ~(IDNS_Tag | IDNS_Ordinary | IDNS_Type |
811 if (PreviouslyDeclared) IdentifierNamespace |= IDNS_Tag | IDNS_Type;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 474 return IDNS_Ordinary | IDNS_Type;
481 return IDNS_Ordinary | IDNS_Type;
503 return IDNS_Tag | IDNS_Type;
514 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 50 milliseconds