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 83 return GetRecord(ID).Name;
88 return GetRecord(ID).Type;
94 return strchr(GetRecord(ID).Attributes, 'c') != 0;
99 return strchr(GetRecord(ID).Attributes, 'n') != 0;
104 return strchr(GetRecord(ID).Attributes, 'r') != 0;
109 return strchr(GetRecord(ID).Attributes, 'j') != 0;
115 return strchr(GetRecord(ID).Attributes, 'u') != 0;
121 return strchr(GetRecord(ID).Attributes, 'F') != 0;
128 return strchr(GetRecord(ID).Attributes, 'f') != 0;
133 return strchr(GetRecord(ID).Attributes, 't') != 0
    [all...]
  /external/clang/lib/Basic/
Builtins.cpp 29 const Builtin::Info &Builtin::Context::GetRecord(unsigned ID) const {
81 Table.get(GetRecord(ID).Name).setBuiltinID(0);
87 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP");
106 const char *Scanf = strpbrk(GetRecord(ID).Attributes, "sS");

Completed in 1043 milliseconds