HomeSort by: relevance | last modified time | path
    Searched refs:translateFileLineCol (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 597 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
1024 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()),
CGOpenMPRuntime.cpp 3200 Loc = CGM.getContext().getSourceManager().translateFileLineCol(
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2475 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col);
2482 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1585 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 1641 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile,

Completed in 27 milliseconds