Home
last modified time | relevance | path

Searched refs:translateFileLineCol (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp670 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
1153 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
H A DCGOpenMPRuntime.cpp2963 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1609 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2505 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2512 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1647 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager