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

  /external/clang/include/clang/Frontend/
ASTUnit.h 556 SourceLocation mapLocationFromPreamble(SourceLocation Loc);
568 /// \see mapLocationFromPreamble.
570 return SourceRange(mapLocationFromPreamble(R.getBegin()),
571 mapLocationFromPreamble(R.getEnd()));
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 34 milliseconds