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 95 Kind TheKind;
99 TargetCXXABI() : TheKind(GenericItanium) {}
101 TargetCXXABI(Kind kind) : TheKind(kind) {}
104 TheKind = kind;
107 Kind getKind() const { return TheKind; }
ObjCRuntime.h 56 Kind TheKind;
61 ObjCRuntime() : TheKind(MacOSX) {}
64 : TheKind(kind), Version(version) {}
67 TheKind = kind;
71 Kind getKind() const { return TheKind; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 83 Kind TheKind;
92 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {}
97 TheKind(Direct), PaddingInReg(false), InReg(false) {}
159 Kind getKind() const { return TheKind; }
160 bool isDirect() const { return TheKind == Direct; }
161 bool isInAlloca() const { return TheKind == InAlloca; }
162 bool isExtend() const { return TheKind == Extend; }
163 bool isIgnore() const { return TheKind == Ignore; }
164 bool isIndirect() const { return TheKind == Indirect; }
165 bool isExpand() const { return TheKind == Expand;
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 78 TheKind = kind;
  /external/clang/lib/CodeGen/
TargetInfo.cpp 90 switch (TheKind) {
    [all...]

Completed in 1006 milliseconds