Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports168 clang_getFileLocation
DCXSourceLocation.cpp320 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation() function
DCIndex.cpp3871 clang_getFileLocation(Loc, &SearchFile, &SearchLine, &SearchColumn, 0); in clang_getCursor()
3872 clang_getFileLocation(ResultLoc, &ResultFile, &ResultLine, in clang_getCursor()
3896 clang_getFileLocation(DefinitionLoc, &DefinitionFile, in clang_getCursor()
6426 clang_getFileLocation(Loc, &File, &Line, &Column, 0); in operator <<()
6439 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, 0); in operator <<()
6443 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, 0); in operator <<()
/external/clang/include/clang-c/
DIndex.h574 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,