Searched defs:Exceptions (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp94 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member in struct:__anon3175::FullCommentParts
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *ArgInfo, unsigned NumArgs, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaTemplateInstantiateDecl.cpp3015 SmallVector<QualType, 4> Exceptions; local
H A DSemaType.cpp3003 SmallVector<QualType, 4> Exceptions; local
H A DSemaDeclCXX.cpp12643 checkExceptionSpecification(ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExtProtoInfo &EPI) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3012 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-snmp.c158 const char *Exceptions[] = { variable
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1225 TypeAndRange *Exceptions; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon2887
H A DSema.h3758 SmallVector<QualType, 4> Exceptions; member in class:clang::Sema::ImplicitExceptionSpecification
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2850 const QualType *Exceptions; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4677 SmallVector<QualType, 2> Exceptions; local

Completed in 231 milliseconds