Home
last modified time | relevance | path

Searched defs:MacroDirectives (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DPreamble.h173 enum class PatchType { MacroDirectives, All }; global() enumerator
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTokensTest.cpp395 TEST_F(TokenCollectorTest, MacroDirectives) { in TEST_F() argument