Home
last modified time | relevance | path

Searched refs:CXLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DCXSourceLocation.cpp140 CXSourceLocation CXLoc = in clang_getLocation() local
144 << CXLoc; in clang_getLocation()
146 return CXLoc; in clang_getLocation()
DCIndex.cpp3431 CXSourceLocation CXLoc = clang_getCursorLocation(C); in clang_Cursor_getSpellingNameRange() local
3432 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc); in clang_Cursor_getSpellingNameRange()