Searched defs:RecTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h31 // RecTy subclasses.
69 class RecTy { class in namespace:llvm
90 RecTy(RecTyKind K) : Kind(K), ListTy(nullptr) {} function in class:llvm::RecTy
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 *R
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp58 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); local
59 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));

Completed in 493 milliseconds