Searched refs:ExceptionSpecTemplate (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3198 FunctionDecl *ExceptionSpecTemplate = Tmpl; local
3200 ExceptionSpecTemplate = EPI.ExceptionSpecTemplate;
3212 EPI.ExceptionSpecTemplate = ExceptionSpecTemplate;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2834 ExceptionSpecDecl(0), ExceptionSpecTemplate(0),
2841 ExceptionSpecTemplate(0), ConsumedArguments(0) {}
2853 FunctionDecl *ExceptionSpecTemplate; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2904 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
2953 EPI.ExceptionSpecTemplate = getExceptionSpecTemplate();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1639 ToEPI.ExceptionSpecTemplate = cast_or_null<FunctionDecl>(
1640 Importer.Import(FromEPI.ExceptionSpecTemplate));
2715 if (FromEPI.ExceptionSpecDecl || FromEPI.ExceptionSpecTemplate ||
H A DType.cpp1648 slot[1] = epi.ExceptionSpecTemplate;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4687 EPI.ExceptionSpecTemplate = ReadDeclAs<FunctionDecl>(*Loc.F, Record, Idx);

Completed in 217 milliseconds