Home
last modified time | relevance | path

Searched refs:clang_getCursorPrintingPolicy (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports196 clang_getCursorPrintingPolicy
DCIndex.cpp4879 CXPrintingPolicy clang_getCursorPrintingPolicy(CXCursor C) { in clang_getCursorPrintingPolicy() function
/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp577 Policy = clang_getCursorPrintingPolicy(TUCursor); in SetUp()
/external/llvm-project/clang/include/clang-c/
DIndex.h4391 CINDEX_LINKAGE CXPrintingPolicy clang_getCursorPrintingPolicy(CXCursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2022 pub fn clang_getCursorPrintingPolicy(cursor: CXCursor) -> CXPrintingPolicy;
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c749 CXPrintingPolicy Policy = clang_getCursorPrintingPolicy(Cursor); in CursorToText()