Home | History | Annotate | Download | only in AST

Lines Matching refs:FromLoc

4873 SourceLocation ASTImporter::Import(SourceLocation FromLoc) {
4874 if (FromLoc.isInvalid())
4882 FromLoc = FromSM.getSpellingLoc(FromLoc);
4883 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc);