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

/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp429 SourceLocation DILoc; local
434 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
440 FullSourceLoc Loc(DILoc, SourceMgr);
448 if (DILoc.isInvalid())

Completed in 1665 milliseconds