Searched refs:ExceptionSpecTemplate (Results 1 - 5 of 5) 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();
/external/clang/lib/AST/
H A DASTImporter.cpp1632 ToEPI.ExceptionSpecTemplate = cast_or_null<FunctionDecl>(
1633 Importer.Import(FromEPI.ExceptionSpecTemplate));
2715 if (FromEPI.ExceptionSpecDecl || FromEPI.ExceptionSpecTemplate ||
H A DType.cpp1652 slot[1] = epi.ExceptionSpecTemplate;
/external/clang/lib/Serialization/
H A DASTReader.cpp5519 EPI.ExceptionSpecTemplate =

Completed in 945 milliseconds