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 84 Kind TheKind;
94 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {}
99 TheKind(Direct), PaddingInReg(false), InReg(false) {}
163 Kind getKind() const { return TheKind; }
164 bool isDirect() const { return TheKind == Direct; }
165 bool isInAlloca() const { return TheKind == InAlloca; }
166 bool isExtend() const { return TheKind == Extend; }
167 bool isIgnore() const { return TheKind == Ignore; }
168 bool isIndirect() const { return TheKind == Indirect; }
169 bool isExpand() const { return TheKind == Expand;
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 81 TheKind = kind;
  /external/clang/lib/CodeGen/
TargetInfo.cpp 161 switch (TheKind) {
    [all...]

Completed in 275 milliseconds