Home | History | Annotate | Download | only in AST

Lines Matching refs:FromLoc

4646 SourceLocation ASTImporter::Import(SourceLocation FromLoc) {
4647 if (FromLoc.isInvalid())
4655 FromLoc = FromSM.getSpellingLoc(FromLoc);
4656 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc);