OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForEachMacros
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Format/
Format.h
355
///
ForEachMacros
: ['RANGES_FOR', 'FOREACH']
359
std::vector<std::string>
ForEachMacros
;
631
ForEachMacros
== R.
ForEachMacros
&&
/external/clang/lib/Format/
Format.cpp
289
IO.mapOptional("
ForEachMacros
", Style.
ForEachMacros
);
500
LLVMStyle.
ForEachMacros
.push_back("foreach");
501
LLVMStyle.
ForEachMacros
.push_back("Q_FOREACH");
502
LLVMStyle.
ForEachMacros
.push_back("BOOST_FOREACH");
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 633 milliseconds