HomeSort by relevance Sort by last modified time
    Searched defs:ExpLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Edit/
EditedSource.cpp 45 SourceLocation ExpLoc;
47 std::tie(ExpLoc, II) = ExpArg;
48 auto &ArgNames = ExpansionToArgMap[ExpLoc.getRawEncoding()];
70 SourceLocation ExpLoc;
71 deconstructMacroArgLoc(OrigLoc, ExpLoc, II);
72 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding());
105 SourceLocation ExpLoc;
106 deconstructMacroArgLoc(OrigLoc, ExpLoc, II);
108 CurrCommitMacroArgExps.emplace_back(ExpLoc, II);
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1202 milliseconds