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

  /external/clang/include/clang/Basic/
TargetCXXABI.h 121 Kind TheKind;
125 TargetCXXABI() : TheKind(GenericItanium) {}
127 TargetCXXABI(Kind kind) : TheKind(kind) {}
130 TheKind = kind;
133 Kind getKind() const { return TheKind; }
ObjCRuntime.h 60 Kind TheKind;
65 ObjCRuntime() : TheKind(MacOSX) {}
68 : TheKind(kind), Version(version) {}
71 TheKind = kind;
75 Kind getKind() const { return TheKind; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 90 Kind TheKind;
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
234 Kind getKind() const { return TheKind; }
235 bool isDirect() const { return TheKind == Direct; }
236 bool isInAlloca() const { return TheKind == InAlloca; }
237 bool isExtend() const { return TheKind == Extend; }
238 bool isIgnore() const { return TheKind == Ignore; }
239 bool isIndirect() const { return TheKind == Indirect; }
240 bool isExpand() const { return TheKind == Expand;
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 81 TheKind = kind;
  /external/clang/lib/CodeGen/
TargetInfo.cpp 207 switch (TheKind) {
    [all...]

Completed in 2882 milliseconds