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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3224 FunctionDecl *ExceptionSpecTemplate = Tmpl; local
3226 ExceptionSpecTemplate = EPI.ExceptionSpecTemplate;
3238 EPI.ExceptionSpecTemplate = ExceptionSpecTemplate;
/external/clang/include/clang/AST/
H A DType.h2853 ExceptionSpecDecl(nullptr), ExceptionSpecTemplate(nullptr),
2860 ExceptionSpecDecl(nullptr), ExceptionSpecTemplate(nullptr),
2873 FunctionDecl *ExceptionSpecTemplate; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2924 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
2973 EPI.ExceptionSpecTemplate = getExceptionSpecTemplate();

Completed in 171 milliseconds