Home
last modified time | relevance | path

Searched refs:toe (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dast-print.cpp224 struct CXXTemporaryObjectExprPrint { CXXTemporaryObjectExprPrint(); } toe = CXXTemporaryObjectExprP… variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5569 TypeOfExprType *toe; in getTypeOfExprType() local
5580 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, in getTypeOfExprType()
5587 toe = Canon; in getTypeOfExprType()
5591 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical); in getTypeOfExprType()
5593 Types.push_back(toe); in getTypeOfExprType()
5594 return QualType(toe, 0); in getTypeOfExprType()