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

/external/clang/lib/Sema/
H A DDeclSpec.cpp155 SourceLocation ConstQualifierLoc,
185 I.Fun.ConstQualifierLoc = ConstQualifierLoc.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/include/clang/Sema/
H A DDeclSpec.h1149 unsigned ConstQualifierLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1222 return SourceLocation::getFromRawEncoding(ConstQualifierLoc);
1370 SourceLocation ConstQualifierLoc,
/external/clang/lib/Parse/
H A DParseDecl.cpp4562 SourceLocation ConstQualifierLoc; local
4604 ConstQualifierLoc = DS.getConstSpecLoc();
4666 RefQualifierLoc, ConstQualifierLoc,

Completed in 77 milliseconds