Home
last modified time | relevance | path

Searched defs:MutableLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1234 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 DDeclSpec.cpp170 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 DSemaLambda.cpp1336 ActOnLambdaClosureQualifiers(LambdaIntroducer & Intro,SourceLocation MutableLoc) ActOnLambdaClosureQualifiers() argument
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1414 SourceLocation MutableLoc; global() member