Searched defs:ESpecType (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { argument
39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { argument
44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { argument
49 isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp160 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) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp6506 ExceptionSpecificationType ESpecType = EST_None; local

Completed in 127 milliseconds