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() 521 CXResult clang_findReferencesInFileWithBlock(CXCursor cursor, in clang_findReferencesInFileWithBlock() 529 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit TU, in clang_findIncludesInFileWithBlock()
|
/external/clang/include/clang-c/ |
D | Index.h | 5091 } CXResult; typedef 5107 CINDEX_LINKAGE CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file, 5122 CINDEX_LINKAGE CXResult clang_findIncludesInFile(CXTranslationUnit TU, 5133 CXResult clang_findReferencesInFileWithBlock(CXCursor, CXFile, 5137 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit, CXFile,
|