Searched refs:DependentTypeOfExprType (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h114 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes;
H A DType.h3552 class DependentTypeOfExprType class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3557 DependentTypeOfExprType(const ASTContext &Context, Expr *E) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTypeOfExprType
/external/clang/lib/AST/
H A DASTContext.cpp3930 DependentTypeOfExprType::Profile(ID, *this, tofExpr);
3933 DependentTypeOfExprType *Canon
3943 = new (*this, TypeAlignment) DependentTypeOfExprType(*this, tofExpr);
H A DType.cpp2892 void DependentTypeOfExprType::Profile(llvm::FoldingSetNodeID &ID,

Completed in 197 milliseconds