Home
last modified time | relevance | path

Searched refs:clang_getFileLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports178 clang_getFileLocation
DCXSourceLocation.cpp331 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation() function
DCIndex.cpp3952 clang_getFileLocation(Loc, &SearchFile, &SearchLine, &SearchColumn, 0); in clang_getCursor()
3953 clang_getFileLocation(ResultLoc, &ResultFile, &ResultLine, in clang_getCursor()
3977 clang_getFileLocation(DefinitionLoc, &DefinitionFile, in clang_getCursor()
6630 clang_getFileLocation(Loc, &File, &Line, &Column, 0); in operator <<()
6643 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, 0); in operator <<()
6647 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, 0); in operator <<()
/external/clang/include/clang-c/
DIndex.h579 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,