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

/external/clang/lib/Sema/
H A DDeclSpec.cpp158 SourceLocation MutableLoc,
187 I.Fun.MutableLoc = MutableLoc.getRawEncoding();
147 getFunction(bool hasProto, bool isVariadic, bool isAmbiguous, SourceLocation EllipsisLoc, ParamInfo *ArgInfo, unsigned NumArgs, 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/lib/Parse/
H A DParseExprCXX.cpp776 SourceLocation MutableLoc; local
778 MutableLoc = ConsumeToken();
779 DeclEndLoc = MutableLoc;
819 MutableLoc,
839 SourceLocation MutableLoc; local
841 MutableLoc = ConsumeToken();
842 DeclEndLoc = MutableLoc;
865 MutableLoc,
/external/clang/include/clang/Sema/
H A DDeclSpec.h1158 unsigned MutableLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1232 return SourceLocation::getFromRawEncoding(MutableLoc);
1372 SourceLocation MutableLoc,

Completed in 49 milliseconds