HomeSort by relevance Sort by last modified time
    Searched refs:translateSourceLocation (Results 1 - 8 of 8) sorted by null

  /external/clang/tools/libclang/
CXSourceLocation.h 30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts,
41 static inline CXSourceLocation translateSourceLocation(ASTContext &Context,
43 return translateSourceLocation(Context.getSourceManager(),
66 static inline SourceLocation translateSourceLocation(CXSourceLocation L) {
CIndexInclusionStack.cpp 55 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
CXStoredDiagnostic.cpp 48 return translateSourceLocation(Diag.getLocation().getManager(),
CXSourceLocation.cpp 147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
CIndexHigh.cpp 183 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
281 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
359 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
CIndexDiagnostic.cpp 126 L = translateSourceLocation(*SM, LangOpts, Loc);
148 L = translateSourceLocation(*SM, LangOpts, Loc);
CIndex.cpp     [all...]
Indexing.cpp     [all...]

Completed in 670 milliseconds