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

/external/clang/lib/AST/
H A DType.cpp1708 TypeOfExprType::TypeOfExprType(Expr *E, QualType can) function in class:TypeOfExprType
1716 bool TypeOfExprType::isSugared() const {
1720 QualType TypeOfExprType::desugar() const {
/external/clang/lib/Sema/
H A DSemaTemplate.cpp3411 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { argument
/external/clang/include/clang/AST/
H A DType.h3049 /// TypeOfExprType (GCC extension).
3050 class TypeOfExprType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3054 TypeOfExprType(Expr *E, QualType can = QualType());
3066 static bool classof(const TypeOfExprType *) { return true; }
3074 /// of this class via TypeOfExprType nodes.
3076 : public TypeOfExprType, public llvm::FoldingSetNode {
3081 : TypeOfExprType(E), Context(Context) { }

Completed in 310 milliseconds