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

  /external/clang/lib/CodeGen/
CGValue.h 161 QualType TBAABaseType;
185 this->TBAABaseType = Type;
244 QualType getTBAABaseType() const { return TBAABaseType; }
245 void setTBAABaseType(QualType T) { TBAABaseType = T; }
CGExpr.cpp     [all...]

Completed in 29 milliseconds