HomeSort by relevance Sort by last modified time
    Searched defs:RecTy (Results 1 - 3 of 3) 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 64 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
65 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 63 milliseconds