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

  /external/clang/include/clang/Basic/
Builtins.h 86 return GetRecord(ID).Name;
91 return GetRecord(ID).Type;
97 return strchr(GetRecord(ID).Attributes, 'c') != nullptr;
102 return strchr(GetRecord(ID).Attributes, 'n') != nullptr;
107 return strchr(GetRecord(ID).Attributes, 'r') != nullptr;
112 return strchr(GetRecord(ID).Attributes, 'j') != nullptr;
118 return strchr(GetRecord(ID).Attributes, 'u') != nullptr;
124 return strchr(GetRecord(ID).Attributes, 'F') != nullptr;
131 return strchr(GetRecord(ID).Attributes, 'f') != nullptr;
138 return strchr(GetRecord(ID).Attributes, 'i') != nullptr
    [all...]
  /external/clang/lib/Basic/
Builtins.cpp 31 const Builtin::Info &Builtin::Context::GetRecord(unsigned ID) const {
97 Table.get(GetRecord(ID).Name).setBuiltinID(0);
108 const char *Like = ::strpbrk(GetRecord(ID).Attributes, Fmt);

Completed in 59 milliseconds