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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h100 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes;
H A DType.h3172 class DependentTypeOfExprType class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3177 DependentTypeOfExprType(const ASTContext &Context, Expr *E) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTypeOfExprType
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1780 void DependentTypeOfExprType::Profile(llvm::FoldingSetNodeID &ID,
H A DASTContext.cpp3573 DependentTypeOfExprType::Profile(ID, *this, tofExpr);
3576 DependentTypeOfExprType *Canon
3586 = new (*this, TypeAlignment) DependentTypeOfExprType(*this, tofExpr);

Completed in 187 milliseconds