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

/external/llvm/include/llvm/TableGen/
H A DRecord.h40 class RecTy { class in namespace:llvm
60 RecTy(RecTyKind K) : Kind(K) {} function in class:llvm::RecTy
61 virtual ~RecTy() {}
69 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;
75 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) {
82 class BitRecTy : public RecTy {
84 BitRecTy() : RecTy(BitRecTyKind) {}
87 static bool classof(const RecTy *RT) {
95 bool typeIsConvertibleTo(const RecTy *RHS) const override;
100 class BitsRecTy : public RecTy {
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp66 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); local
67 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
/external/clang/lib/Sema/
H A DSemaDecl.cpp4393 QualType RecTy = Context.getTypeDeclType(Record); local
4401 RecTy,
4417 if (RequireCompleteType(Anon->getLocation(), RecTy,

Completed in 530 milliseconds