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

/external/clang/lib/AST/
H A DASTContext.cpp2890 TypeOfExprType *toe; local
2901 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
2908 toe = Canon;
2912 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);
2914 Types.push_back(toe);
2915 return QualType(toe, 0);

Completed in 83 milliseconds