HomeSort by relevance Sort by last modified time
    Searched full:hasmacro (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
IdentifierTable.h 53 bool HasMacro : 1; // True if there is a #define for this.
128 return HasMacro;
131 if (HasMacro == Val) return;
133 HasMacro = Val;
  /external/clang/lib/Basic/
IdentifierTable.cpp 35 HasMacro = false;
  /external/clang/lib/Sema/
SemaExprObjC.cpp 422 bool hasMacro = false;
425 hasMacro = true;
428 if (!hasMacro)
    [all...]

Completed in 262 milliseconds