Searched defs:translateSourceLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, function in namespace:clang::cxloc
41 static inline CXSourceLocation translateSourceLocation(ASTContext &Context, function in namespace:clang::cxloc
43 return translateSourceLocation(Context.getSourceManager(),
66 static inline SourceLocation translateSourceLocation(CXSourceLocation L) { function in namespace:clang::cxloc

Completed in 199 milliseconds