Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h321 IncludeGuardState IncludeGuard; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp95 enum class IncludeGuard { None, FileChanged, IfGuard, DefineGuard }; enum