Home
last modified time | relevance | path

Searched defs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp530 CachedTokens *ExceptionSpecTokens; ParseLexedMethodDeclaration() local
H A DParseExprCXX.cpp1535 CachedTokens *ExceptionSpecTokens; ParseLambdaExpressionAfterIntroducer() local
H A DParseDeclCXX.cpp4117 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument
[all...]
H A DParseDecl.cpp7509 CachedTokens *ExceptionSpecTokens = nullptr; ParseFunctionDeclarator() local
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp178 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/include/clang/Sema/
H A DDeclSpec.h1445 CachedTokens *ExceptionSpecTokens; global() member
1485 delete ExceptionSpecTokens; destroy() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h1482 CachedTokens *ExceptionSpecTokens; global() member