OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:affectsTokenRange
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
AffectedRangeManager.h
44
bool
affectsTokenRange
(const FormatToken &First, const FormatToken &Last,
AffectedRangeManager.cpp
42
if (
affectsTokenRange
(*Line->First, *Last,
72
bool AffectedRangeManager::
affectsTokenRange
(const FormatToken &First,
121
if (
affectsTokenRange
(*Tok, *Tok, IncludeLeadingNewlines))
Completed in 70 milliseconds