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