Searched refs:clang_getFileLocation (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 168 clang_getFileLocation
|
D | CXSourceLocation.cpp | 320 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation() function
|
D | CIndex.cpp | 3871 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/ |
D | Index.h | 574 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
|