HomeSort by relevance Sort by last modified time
    Searched defs:isHeaderMap (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
DirectoryLookup.h 40 union { // This union is discriminated by isHeaderMap.
108 return isHeaderMap() ? u.Map : nullptr;
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
144 return isHeaderMap() && IsIndexHeaderMap;

Completed in 221 milliseconds