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

/external/clang/include/clang/Frontend/
H A DASTUnit.h602 SourceLocation mapLocationFromPreamble(SourceLocation Loc);
614 /// \see mapLocationFromPreamble.
616 return SourceRange(mapLocationFromPreamble(R.getBegin()),
617 mapLocationFromPreamble(R.getEnd()));
/external/clang/lib/Frontend/
H A DASTUnit.cpp2692 SourceLocation ASTUnit::mapLocationFromPreamble(SourceLocation Loc) { function in class:ASTUnit

Completed in 376 milliseconds