HomeSort by: relevance | last modified time | path
    Searched refs:MutableLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 169 SourceLocation MutableLoc,
206 I.Fun.MutableLoc = MutableLoc;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 1158 SourceLocation &MutableLoc,
1162 assert(MutableLoc.isInvalid());
1171 if (MutableLoc.isValid()) {
1176 MutableLoc = P.ConsumeToken();
1177 DeclEndLoc = MutableLoc;
1335 SourceLocation MutableLoc;
1338 tryConsumeLambdaSpecifierToken(*this, MutableLoc, ConstexprLoc,
1387 /*RefQualifierLoc=*/NoLoc, MutableLoc, ESpecType, ESpecRange,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1329 SourceLocation MutableLoc;
1462 SourceLocation getMutableLoc() const { return MutableLoc; }
1632 SourceLocation MutableLoc,

Completed in 54 milliseconds