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

1 2

  /external/clang/include/clang/AST/
DeclBase.h 122 IDNS_Type = 0x0004,
148 /// IDNS_Tag|IDNS_Type if it was previously declared.
704 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 124 IDNS_Type = 0x0004,
150 /// IDNS_Tag|IDNS_Type if it was previously declared.
714 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
744 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
744 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 124 IDNS_Type = 0x0004,
150 /// IDNS_Tag|IDNS_Type if it was previously declared.
714 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
744 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
744 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h 125 IDNS_Type = 0x0004,
151 /// IDNS_Tag|IDNS_Type if it was previously declared.
790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type);
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 621 return IDNS_Ordinary | IDNS_Type;
629 return IDNS_Ordinary | IDNS_Type;
651 return IDNS_Tag | IDNS_Type;
663 return IDNS_Ordinary | IDNS_Tag | IDNS_Type;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 239 IDNS = Decl::IDNS_Type;
264 IDNS = Decl::IDNS_Type | Decl::IDNS_Namespace;
289 | Decl::IDNS_Type;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 633 milliseconds

1 2