Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.h26 enum IncludeStyle { IS_LLVM = 0, IS_Google = 1, IS_Google_ObjC }; enumerator
DIncludeSorter.cpp84 if ((Style == IncludeSorter::IS_Google) || in DetermineIncludeKind()
231 {utils::IncludeSorter::IS_Google, "google"}, in getEnumMapping()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DIncludeInserterTest.cpp33 utils::IncludeSorter::IS_Google) in IncludeInserterCheckBase()