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

/external/clang/lib/Sema/
H A DDeclSpec.cpp177 SourceLocation MutableLoc,
213 I.Fun.MutableLoc = MutableLoc.getRawEncoding();
162 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 RestrictQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1103 SourceLocation MutableLoc; local
1104 if (TryConsumeToken(tok::kw_mutable, MutableLoc))
1105 DeclEndLoc = MutableLoc;
1152 MutableLoc,
1189 SourceLocation MutableLoc; local
1191 MutableLoc = ConsumeToken();
1192 DeclEndLoc = MutableLoc;
1220 MutableLoc,
/external/clang/include/clang/Sema/
H A DDeclSpec.h1233 unsigned MutableLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1329 return SourceLocation::getFromRawEncoding(MutableLoc);
1474 SourceLocation MutableLoc,

Completed in 67 milliseconds