Searched refs:MutableLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1043 SourceLocation MutableLoc; local
1044 if (TryConsumeToken(tok::kw_mutable, MutableLoc))
1045 DeclEndLoc = MutableLoc;
1089 MutableLoc,
1125 SourceLocation MutableLoc; local
1127 MutableLoc = ConsumeToken();
1128 DeclEndLoc = MutableLoc;
1156 MutableLoc,
/external/clang/lib/Sema/
H A DDeclSpec.cpp162 SourceLocation MutableLoc,
196 I.Fun.MutableLoc = MutableLoc.getRawEncoding();
149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h1205 unsigned MutableLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1290 return SourceLocation::getFromRawEncoding(MutableLoc);
1432 SourceLocation MutableLoc,

Completed in 138 milliseconds