Home
last modified time | relevance | path

Searched refs:CXToken_Punctuation (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp724 EXPECT_EQ(CXToken_Punctuation, clang_getTokenKind(Tokens[3])); in TEST_F()
725 EXPECT_EQ(CXToken_Punctuation, clang_getTokenKind(Tokens[4])); in TEST_F()
726 EXPECT_EQ(CXToken_Punctuation, clang_getTokenKind(Tokens[5])); in TEST_F()
/external/rust/crates/cexpr/tests/
Dclang.rs183 CXToken_Punctuation => cexpr::token::Kind::Punctuation, in token_clang_to_cexpr()
/external/rust/crates/bindgen/src/ir/
Dvar.rs173 t.kind == clang_sys::CXToken_Punctuation && t.spelling() == b")" in handle_function_macro()
/external/clang/include/clang-c/
DIndex.h4289 CXToken_Punctuation, enumerator
/external/rust/crates/bindgen/src/
Dclang.rs812 CXToken_Punctuation => token::Kind::Punctuation, in as_cexpr_token()
/external/llvm-project/clang/include/clang-c/
DIndex.h4945 CXToken_Punctuation, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs802 const CXToken_Punctuation = 0, constant
/external/clang/tools/libclang/
DCIndex.cpp5978 case CXToken_Punctuation: in clang_getTokenSpelling()
6098 CXTok.int_data[0] = CXToken_Punctuation; in getTokens()
/external/clang/tools/c-index-test/
Dc-index-test.c3705 case CXToken_Punctuation: kind = "Punctuation"; break; in perform_token_annotation()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c4254 case CXToken_Punctuation: kind = "Punctuation"; break; in perform_token_annotation()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6757 case CXToken_Punctuation: in clang_getTokenSpelling()
6875 CXTok.int_data[0] = CXToken_Punctuation; in getTokens()