Searched refs:mapLocationFromPreamble (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DASTUnit.h542 SourceLocation mapLocationFromPreamble(SourceLocation Loc);
549 /// \brief \see mapLocationFromPreamble.
551 return SourceRange(mapLocationFromPreamble(R.getBegin()),
552 mapLocationFromPreamble(R.getEnd()));
/external/clang/lib/Frontend/
H A DASTUnit.cpp2367 SourceLocation ASTUnit::mapLocationFromPreamble(SourceLocation Loc) { function in class:ASTUnit

Completed in 164 milliseconds