HomeSort by relevance Sort by last modified time
    Searched defs:RecTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/TableGen/
Record.h 31 // RecTy subclasses.
69 class RecTy {
90 RecTy(RecTyKind K) : Kind(K), ListTy(nullptr) {}
91 virtual ~RecTy() {}
99 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;
132 virtual bool baseClassOf(const RecTy*) const;
135 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) {
142 class BitRecTy : public RecTy {
144 BitRecTy() : RecTy(BitRecTyKind) {}
147 static bool classof(const RecTy *RT)
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 58 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
59 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
    [all...]

Completed in 55 milliseconds