Searched refs:CXResult (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/tools/libclang/ |
D | CIndexHigh.cpp | 409 CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file, in clang_findReferencesInFile() 478 CXResult clang_findIncludesInFile(CXTranslationUnit TU, CXFile file, in clang_findIncludesInFile() 518 CXResult clang_findReferencesInFileWithBlock(CXCursor cursor, in clang_findReferencesInFileWithBlock() 526 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit TU, in clang_findIncludesInFileWithBlock()
|
/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 | 5349 } CXResult; typedef 5365 CINDEX_LINKAGE CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file, 5380 CINDEX_LINKAGE CXResult clang_findIncludesInFile(CXTranslationUnit TU, 5391 CXResult clang_findReferencesInFileWithBlock(CXCursor, CXFile, 5395 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit, CXFile,
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 6109 } CXResult; typedef 6125 CINDEX_LINKAGE CXResult clang_findReferencesInFile( 6140 CINDEX_LINKAGE CXResult clang_findIncludesInFile( 6150 CXResult clang_findReferencesInFileWithBlock(CXCursor, CXFile, 6154 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit, CXFile,
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 738 enum CXResult { 1964 …ndIncludesInFile(tu: CXTranslationUnit, file: CXFile, cursor: CXCursorAndRangeVisitor) -> CXResult; 1965 …findReferencesInFile(cursor: CXCursor, file: CXFile, visitor: CXCursorAndRangeVisitor) -> CXResult;
|