Home | History | Annotate | Download | only in AST

Lines Matching refs:FromLoc

4449 SourceLocation ASTImporter::Import(SourceLocation FromLoc) {
4450 if (FromLoc.isInvalid())
4458 FromLoc = FromSM.getSpellingLoc(FromLoc);
4459 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc);