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 558 SourceLocation mapLocationFromPreamble(SourceLocation Loc);
570 /// \see mapLocationFromPreamble.
572 return SourceRange(mapLocationFromPreamble(R.getBegin()),
573 mapLocationFromPreamble(R.getEnd()));
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 429 milliseconds