Searched refs:Keywords (Results 1 - 25 of 25) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineFormatter.h36 const AdditionalKeywords &Keywords,
39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {}
67 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineFormatter
33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, bool *IncompleteFormat) argument
H A DTokenAnnotator.h143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) argument
144 : Style(Style), Keywords(Keywords) {}
176 const AdditionalKeywords &Keywords; member in class:clang::format::TokenAnnotator
H A DUnwrappedLineParser.h64 const AdditionalKeywords &Keywords,
161 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineFormatter.cpp40 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; member in class:clang::format::__anon1366::LevelIndentTracker
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, argument
133 : Style(Style), Keywords(Keywords), End(Lines.end()),
337 tok::kw_for, tok::r_brace, Keywords
39 LevelIndentTracker(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned StartLevel, int AdditionalIndent) argument
447 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1366::LineJoiner
[all...]
H A DTokenAnnotator.cpp36 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
35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, const AdditionalKeywords &Keywords) argument
1256 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1365::AnnotatingParser
1272 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, AnnotatedLine &Line) argument
1451 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1365::ExpressionParser
[all...]
H A DUnwrappedLineParser.cpp201 const AdditionalKeywords &Keywords,
205 CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr),
785 FormatTok->is(Keywords.kw_import)) {
789 if (FormatTok->isOneOf(Keywords.kw_signals, Keywords.kw_qsignals,
790 Keywords.kw_slots, Keywords.kw_qslots)) {
822 if (FormatTok->isOneOf(Keywords.kw_NS_ENUM, Keywords
200 UnwrappedLineParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback) argument
[all...]
H A DContinuationIndenter.h40 const AdditionalKeywords &Keywords,
139 const AdditionalKeywords &Keywords; member in class:clang::format::ContinuationIndenter
H A DContinuationIndenter.cpp60 const AdditionalKeywords &Keywords,
65 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr),
449 !Current.is(Keywords.kw_function))
570 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends))
59 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
H A DFormat.cpp766 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable),
793 const AdditionalKeywords &getKeywords() { return Keywords; }
886 tok::kw_typeof, Keywords.kw_instanceof,
887 Keywords.kw_in) ||
1349 AdditionalKeywords Keywords; member in class:clang::format::__anon1364::FormatTokenLexer
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java232 m_functionID.put(Keywords.FUNC_CURRENT_STRING,
234 m_functionID.put(Keywords.FUNC_LAST_STRING,
236 m_functionID.put(Keywords.FUNC_POSITION_STRING,
238 m_functionID.put(Keywords.FUNC_COUNT_STRING,
240 m_functionID.put(Keywords.FUNC_ID_STRING,
242 m_functionID.put(Keywords.FUNC_KEY_STRING,
244 m_functionID.put(Keywords.FUNC_LOCAL_PART_STRING,
246 m_functionID.put(Keywords.FUNC_NAMESPACE_STRING,
248 m_functionID.put(Keywords.FUNC_NAME_STRING,
250 m_functionID.put(Keywords
[all...]
H A DKeywords.java19 * $Id: Keywords.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Keywords class
H A DXPathParser.java721 id = Keywords.lookupNodeTest(key);
1798 * @return FROM_XXX axes type, found in {@link org.apache.xpath.compiler.Keywords}.
1805 Object val = Keywords.getAxisName(m_token);
1826 * @param axesType FROM_XXX axes type, found in {@link org.apache.xpath.compiler.Keywords}.
1835 Object nodeTestOp = Keywords.getNodeType(m_token);
2142 && (tokenIs(Keywords.FUNC_ID_STRING)
2143 || tokenIs(Keywords.FUNC_KEY_STRING)))
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorKey.java117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING
/external/llvm/utils/vim/syntax/
H A Dllvm.vim38 " Keywords.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dmturk212 '\nKeywords: ' + hit.Keywords
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
H A Dconnection.py92 params['Keywords'] = self.get_keywords_as_string(keywords)
240 Keywords=final_keywords,
691 params['Keywords'] = self.get_keywords_as_string(keywords)
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2697 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
2739 Matches = &Keywords;
2766 StringMatcher("Name", Keywords, OS).Emit();
/external/libmtp/src/
H A Dlibmtp.c502 register_property("Keywords", LIBMTP_PROPERTY_Keywords, PTP_OPC_Keywords);
2326 if (ob->oi.Keywords == NULL)
2327 ob->oi.Keywords = strdup("<null>");
2599 if (ob->oi.Keywords == NULL)
2600 ob->oi.Keywords = strdup("<null>");
H A Dptp.c2770 free (oi->Keywords); oi->Keywords = NULL;
4445 {PTP_OPC_Keywords,"Keywords"},
H A Dptp.h752 char *Keywords; member in struct:_PTPObjectInfo
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 712 milliseconds