Searched refs:CXResult (Results 1 – 2 of 2) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndexHigh.cpp | 412 CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file, in clang_findReferencesInFile() 481 CXResult clang_findIncludesInFile(CXTranslationUnit TU, CXFile file, in clang_findIncludesInFile() 522 CXResult clang_findReferencesInFileWithBlock(CXCursor cursor, in clang_findReferencesInFileWithBlock() 530 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit TU, in clang_findIncludesInFileWithBlock()
|
/external/clang/include/clang-c/ |
D | Index.h | 5198 } CXResult; typedef 5214 CINDEX_LINKAGE CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file, 5229 CINDEX_LINKAGE CXResult clang_findIncludesInFile(CXTranslationUnit TU, 5240 CXResult clang_findReferencesInFileWithBlock(CXCursor, CXFile, 5244 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit, CXFile,
|