Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp23 bool CPDF_Color::IsPattern() const { in IsPattern() function in CPDF_Color
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp381 bool IsPattern = C.SemaResult->Kind == CodeCompletionResult::RK_Pattern; in add() local
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1003 enum class IsPattern { No, Yes }; enum