Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp406 bool IsPattern = C.SemaResult->Kind == CodeCompletionResult::RK_Pattern; in add() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1022 enum class IsPattern { No, Yes }; enum