Searched defs:MutableLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1234 tryConsumeLambdaSpecifierToken(Parser & P,SourceLocation & MutableLoc,SourceLocation & StaticLoc,SourceLocation & ConstexprLoc,SourceLocation & ConstevalLoc,SourceLocation & DeclEndLoc) tryConsumeLambdaSpecifierToken() argument 1327 DiagnoseStaticSpecifierRestrictions(Parser & P,SourceLocation StaticLoc,SourceLocation MutableLoc,const LambdaIntroducer & Intro) DiagnoseStaticSpecifierRestrictions() argument 1451 SourceLocation MutableLoc; ParseLambdaExpressionAfterIntroducer() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 170 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 | SemaLambda.cpp | 1336 ActOnLambdaClosureQualifiers(LambdaIntroducer & Intro,SourceLocation MutableLoc) ActOnLambdaClosureQualifiers() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1414 SourceLocation MutableLoc; global() member
|