Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h392 IncludeGuardState IncludeGuard; global() variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp93 enum class IncludeGuard { None, FileChanged, IfGuard, DefineGuard }; enum