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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 315 bool IsBegin, const SourceManager *SM) {
330 MacroArgLocation = IsBegin ? SM->getImmediateExpansionRange(Loc).first
333 MacroLocation = IsBegin ? SM->getImmediateExpansionRange(Loc).first
342 CommonArgExpansions, IsBegin, SM);
349 CommonArgExpansions, IsBegin, SM);
356 bool IsBegin, const SourceManager *SM) {
363 Loc = IsBegin ? ExpRange.first : ExpRange.second;
375 getMacroArgExpansionFileIDs(Begin, BeginArgExpansions, /*IsBegin=*/true, SM);
376 getMacroArgExpansionFileIDs(End, EndArgExpansions, /*IsBegin=*/false, SM);
436 CommonArgExpansions, /*IsBegin=*/true, SM)
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 54 milliseconds