OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGoogleStyle
(Results
1 - 3
of
3
) sorted by null
/external/clang/unittests/Format/
FormatTest.cpp
79
FormatStyle Style =
getGoogleStyle
();
90
verifyFormat(Code,
getGoogleStyle
());
[
all
...]
/external/clang/include/clang/Format/
Format.h
238
FormatStyle
getGoogleStyle
();
/external/clang/lib/Format/
Format.cpp
190
FormatStyle
getGoogleStyle
() {
227
FormatStyle ChromiumStyle =
getGoogleStyle
();
271
*Style =
getGoogleStyle
();
[
all
...]
Completed in 357 milliseconds