OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Keywords
(Results
1 - 13
of
13
) sorted by null
/external/clang/lib/Format/
UnwrappedLineFormatter.h
36
const AdditionalKeywords &
Keywords
,
39
Keywords
(
Keywords
), IncompleteFormat(IncompleteFormat) {}
67
const AdditionalKeywords &
Keywords
;
TokenAnnotator.h
143
TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &
Keywords
)
144
: Style(Style),
Keywords
(
Keywords
) {}
176
const AdditionalKeywords &
Keywords
;
UnwrappedLineParser.h
64
const AdditionalKeywords &
Keywords
,
161
const AdditionalKeywords &
Keywords
;
ContinuationIndenter.h
40
const AdditionalKeywords &
Keywords
,
139
const AdditionalKeywords &
Keywords
;
UnwrappedLineFormatter.cpp
40
const AdditionalKeywords &
Keywords
, unsigned StartLevel,
42
: Style(Style),
Keywords
(
Keywords
), AdditionalIndent(AdditionalIndent) {
93
(RootToken.isOneOf(
Keywords
.kw_signals,
Keywords
.kw_qsignals) &&
113
const AdditionalKeywords &
Keywords
;
121
/// For example, the 'public'
keywords
is often indented with a negative
131
LineJoiner(const FormatStyle &Style, const AdditionalKeywords &
Keywords
,
133
: Style(Style),
Keywords
(
Keywords
), End(Lines.end())
[
all
...]
Format.cpp
766
IdentTable(getFormattingLangOpts(Style)),
Keywords
(IdentTable),
[
all
...]
TokenAnnotator.cpp
36
const AdditionalKeywords &
Keywords
)
38
Keywords
(
Keywords
) {
236
if (MightBeObjCForRangeLoop && CurrentToken->is(
Keywords
.kw_in))
635
CurrentToken->isOneOf(
Keywords
.kw_mark,
Keywords
.kw_option)) {
636
bool IsMark = CurrentToken->is(
Keywords
.kw_mark);
699
CurrentToken->is(
Keywords
.kw_package)) ||
719
CurrentToken->is(
Keywords
.kw_option)) {
862
} else if (Current.is(TT_LambdaArrow) || Current.is(
Keywords
.kw_assert))
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java
19
* $Id:
Keywords
.java 468655 2006-10-28 07:12:06Z minchau $
29
public class
Keywords
32
/** Table of
keywords
to opcode associations. */
/external/libmtp/src/
ptp.h
752
char *
Keywords
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
Completed in 1129 milliseconds