Home
last modified time | relevance | path

Searched refs:GuardParams (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DLanguage.h22 struct GuardParams { struct
35 using RuleGuard = llvm::function_ref<bool(const GuardParams &)>; argument
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/
H A DCXX.cpp161 bool guardNextTokenNotElse(const GuardParams &P) { in guardNextTokenNotElse()
263 [](const GuardParams &P) { return cond; } \ in buildGuards()
266 [](const GuardParams& P) { \ in buildGuards()
271 [](const GuardParams& P) { \ in buildGuards()
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DGLRTest.cpp659 ruleFor("start"), [&](const GuardParams &P) { in TEST_F()