HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionSpecInfo (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h 221 FunctionProtoType::ExceptionSpecInfo
223 FunctionProtoType::ExceptionSpecInfo esi;
AbstractBasicWriter.h 208 const FunctionProtoType::ExceptionSpecInfo &esi) {
Type.h 3941 /// ExceptionSpecInfo is not stored as such in FunctionProtoType but is
3944 struct ExceptionSpecInfo {
3962 ExceptionSpecInfo() = default;
3964 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
3976 ExceptionSpecInfo ExceptionSpec;
3985 ExtProtoInfo withExceptionSpec(const ExceptionSpecInfo &ESI) {
4148 ExceptionSpecInfo getExceptionSpecInfo() const {
4149 ExceptionSpecInfo Result;
ASTContext.h 1211 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI);
1220 const FunctionProtoType::ExceptionSpecInfo &ESI,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 239 const FunctionProtoType::ExceptionSpecInfo &ESI) {
366 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
SemaTemplateInstantiate.cpp 2187 [](FunctionProtoType::ExceptionSpecInfo &ESI,
2199 FunctionProtoType::ExceptionSpecInfo &ESI,
2212 FunctionProtoType::ExceptionSpecInfo ESI =
SemaExprCXX.cpp 6423 static FunctionProtoType::ExceptionSpecInfo
6424 mergeExceptionSpecs(Sema &S, FunctionProtoType::ExceptionSpecInfo ESI1,
6425 FunctionProtoType::ExceptionSpecInfo ESI2,
6456 return FunctionProtoType::ExceptionSpecInfo();
6482 FunctionProtoType::ExceptionSpecInfo Result(EST_Dynamic);
TreeTransform.h 647 FunctionProtoType::ExceptionSpecInfo &ESI,
5809 [&](FunctionProtoType::ExceptionSpecInfo &ESI, bool &Changed) {
5911 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
12716 [&](FunctionProtoType::ExceptionSpecInfo &ESI, bool &Changed) {
SemaDeclCXX.cpp 17719 FunctionProtoType::ExceptionSpecInfo &ESI) {
17782 FunctionProtoType::ExceptionSpecInfo ESI;
SemaType.cpp 7553 FunctionProtoType::ExceptionSpecInfo{EST_NoThrow})
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 648 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1993 const FunctionProtoType::ExceptionSpecInfo &ESI);
5828 FunctionProtoType::ExceptionSpecInfo getExceptionSpec() const {
5829 FunctionProtoType::ExceptionSpecInfo ESI;
5862 FunctionProtoType::ExceptionSpecInfo &ESI);
9250 FunctionProtoType::ExceptionSpecInfo &ESI,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3073 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) {
3132 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
4212 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) {
4349 CanonicalEPI.ExceptionSpec = FunctionProtoType::ExceptionSpecInfo();

Completed in 110 milliseconds