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 212 QualType TBAABaseType;
240 this->TBAABaseType = Type;
302 QualType getTBAABaseType() const { return TBAABaseType; }
303 void setTBAABaseType(QualType T) { TBAABaseType = T; }
CGExpr.cpp     [all...]

Completed in 206 milliseconds