/llvm-project/llvm/docs/ |
H A D | InAlloca.rst | 141 Exceptions section in Design Considerations
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | IntegerDivisionCheck.cpp | 26 const auto Exceptions = in registerMatchers() local
|
/llvm-project/clang/test/SemaOpenACC/ |
H A D | no-branch-in-out.cpp | 139 void Exceptions() { Exceptions() function
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 83 SmallVector<std::unique_ptr<WebAssemblyException>, 8> Exceptions; recalculate() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Fuchsia.cpp | 313 bool Exceptions = Fuchsia() local
|
/llvm-project/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 2137 Exceptions section in Miscellaneous 2180 .. _arc.misc.interior:
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionAnalyzer.cpp | 21 const Throwables &Exceptions) { in registerExceptions() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ParsedAST.cpp | 274 llvm::DenseSet<unsigned> Exceptions; member in clang::clangd::__anon68555b350111::TidyDiagnosticGroups
|
/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 94 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member
|
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 174 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
|
H A D | SemaTemplateInstantiate.cpp | 1853 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
|
H A D | SemaTemplateDeduction.cpp | 4965 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
|
H A D | SemaType.cpp | 5157 SmallVector<QualType, 4> Exceptions; GetFullTypeForDeclarator() local
|
H A D | SemaDeclCXX.cpp | 18799 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument 18860 llvm::SmallVector<QualType, 4> Exceptions; actOnDelayedExceptionSpecification() local [all...] |
H A D | TreeTransform.h | 6342 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4244 ParseDynamicExceptionSpecification(SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & Exceptions,SmallVectorImpl<SourceRange> & Ranges) ParseDynamicExceptionSpecification() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1437 TypeAndRange *Exceptions; global() member
|
H A D | Sema.h | 4998 SmallVector<QualType, 4> Exceptions; global() variable
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 13059 SmallVector<QualType, 8> Exceptions; getCommonNonSugarTypeNode() local [all...] |