Searched defs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 530 CachedTokens *ExceptionSpecTokens; ParseLexedMethodDeclaration() local
|
H A D | ParseExprCXX.cpp | 1535 CachedTokens *ExceptionSpecTokens; ParseLambdaExpressionAfterIntroducer() local
|
H A D | ParseDeclCXX.cpp | 4117 tryParseExceptionSpecification(bool Delayed,SourceRange & SpecificationRange,SmallVectorImpl<ParsedType> & DynamicExceptions,SmallVectorImpl<SourceRange> & DynamicExceptionRanges,ExprResult & NoexceptExpr,CachedTokens * & ExceptionSpecTokens) tryParseExceptionSpecification() argument [all...] |
H A D | ParseDecl.cpp | 7509 CachedTokens *ExceptionSpecTokens = nullptr; ParseFunctionDeclarator() local
|
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 178 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 D | DeclSpec.h | 1445 CachedTokens *ExceptionSpecTokens; global() member 1485 delete ExceptionSpecTokens; destroy() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1482 CachedTokens *ExceptionSpecTokens; global() member
|