Searched defs:getIdentifierNamespace (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DLookup.h361 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
H A DLookup.h361 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
H A DLookup.h361 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DLookup.h361 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
H A DLookup.h361 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
H A DLookup.h361 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
H A DLookup.h380 unsigned getIdentifierNamespace() const { function in class:clang::LookupResult
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DDeclBase.h701 unsigned getIdentifierNamespace() const { function
705 return getIdentifierNamespace() & NS;
710 return isTagIdentifierNamespace(getIdentifierNamespace());
944 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
979 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
986 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DDeclBase.h731 unsigned getIdentifierNamespace() const { function
735 return getIdentifierNamespace() & NS;
740 return isTagIdentifierNamespace(getIdentifierNamespace());
974 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1009 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1016 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DDeclBase.h731 unsigned getIdentifierNamespace() const { function
735 return getIdentifierNamespace() & NS;
740 return isTagIdentifierNamespace(getIdentifierNamespace());
974 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1009 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1016 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DDeclBase.h777 unsigned getIdentifierNamespace() const { function
781 return getIdentifierNamespace() & NS;
786 return isTagIdentifierNamespace(getIdentifierNamespace());
1022 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1057 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1064 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DDeclBase.h777 unsigned getIdentifierNamespace() const { function
781 return getIdentifierNamespace() & NS;
786 return isTagIdentifierNamespace(getIdentifierNamespace());
1022 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1057 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1064 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DDeclBase.h777 unsigned getIdentifierNamespace() const { function
781 return getIdentifierNamespace() & NS;
786 return isTagIdentifierNamespace(getIdentifierNamespace());
1022 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1057 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1064 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DDeclBase.h777 unsigned getIdentifierNamespace() const { function
781 return getIdentifierNamespace() & NS;
786 return isTagIdentifierNamespace(getIdentifierNamespace());
1022 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1057 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1064 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DDeclBase.h701 unsigned getIdentifierNamespace() const { function
705 return getIdentifierNamespace() & NS;
710 return isTagIdentifierNamespace(getIdentifierNamespace());
944 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
979 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
986 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DDeclBase.h731 unsigned getIdentifierNamespace() const { function
735 return getIdentifierNamespace() & NS;
740 return isTagIdentifierNamespace(getIdentifierNamespace());
974 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1009 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1016 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DDeclBase.h731 unsigned getIdentifierNamespace() const { function
735 return getIdentifierNamespace() & NS;
740 return isTagIdentifierNamespace(getIdentifierNamespace());
974 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1009 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1016 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DDeclBase.h777 unsigned getIdentifierNamespace() const { function
781 return getIdentifierNamespace() & NS;
786 return isTagIdentifierNamespace(getIdentifierNamespace());
1022 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
1057 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
1064 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))

Completed in 422 milliseconds

12