Searched defs:NumExceptions (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 176 getFunction(bool hasProto,bool isAmbiguous,SourceLocation LParenLoc,ParamInfo * Params,unsigned NumParams,SourceLocation EllipsisLoc,SourceLocation RParenLoc,bool RefQualifierIsLvalueRef,SourceLocation RefQualifierLoc,SourceLocation MutableLoc,ExceptionSpecificationType ESpecType,SourceRange ESpecRange,ParsedType * Exceptions,SourceRange * ExceptionRanges,unsigned NumExceptions,Expr * NoexceptExpr,CachedTokens * ExceptionSpecTokens,ArrayRef<NamedDecl * > DeclsInPrototype,SourceLocation LocalRangeBegin,SourceLocation LocalRangeEnd,Declarator & TheDeclarator,TypeResult TrailingReturnType,SourceLocation TrailingReturnTypeLoc,DeclSpec * MethodQualifiers) getFunction() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 525 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3634 size_t NumExceptions = epi.ExceptionSpec.Exceptions.size(); FunctionProtoType() local
|