HomeSort by relevance Sort by last modified time
    Searched refs:Keywords (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Format/
UnwrappedLineFormatter.h 36 const AdditionalKeywords &Keywords,
39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {}
67 const AdditionalKeywords &Keywords;
UnwrappedLineParser.cpp 201 const AdditionalKeywords &Keywords,
205 CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr),
367 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in)) ||
666 static bool mustBeJSIdent(const AdditionalKeywords &Keywords,
668 // FIXME: This returns true for C/C++ keywords like 'struct'.
671 !FormatTok->isOneOf(Keywords.kw_in, Keywords.kw_of, Keywords.kw_as
    [all...]
SortJavaScriptImports.cpp 134 const AdditionalKeywords &Keywords = Tokens.getKeywords();
138 parseModuleReferences(Keywords, AnnotatedLines);
275 parseModuleReferences(const AdditionalKeywords &Keywords,
302 if (!parseModuleReference(Keywords, Reference)) {
328 bool parseModuleReference(const AdditionalKeywords &Keywords,
330 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export))
343 if (!parseModuleBindings(Keywords, Reference))
347 if (Current->is(Keywords.kw_from)) {
369 bool parseModuleBindings(const AdditionalKeywords &Keywords,
371 if (parseStarBinding(Keywords, Reference)
    [all...]
FormatTokenLexer.h 36 const AdditionalKeywords &getKeywords() { return Keywords; }
76 AdditionalKeywords Keywords;
TokenAnnotator.h 139 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords)
140 : Style(Style), Keywords(Keywords) {}
172 const AdditionalKeywords &Keywords;
TokenAnnotator.cpp 36 const AdditionalKeywords &Keywords)
38 Keywords(Keywords) {
138 Line.startsWith(Keywords.kw_type, tok::identifier)) {
149 (Left->Previous->is(Keywords.kw_function) ||
151 Keywords.kw_function)))) {
281 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in))
692 CurrentToken->isOneOf(Keywords.kw_mark, Keywords.kw_option)) {
693 bool IsMark = CurrentToken->is(Keywords.kw_mark)
    [all...]
UnwrappedLineParser.h 64 const AdditionalKeywords &Keywords,
163 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...]
ContinuationIndenter.h 40 const AdditionalKeywords &Keywords,
140 const AdditionalKeywords &Keywords;
FormatTokenLexer.cpp 32 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable),
149 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) ||
ContinuationIndenter.cpp 66 const AdditionalKeywords &Keywords,
71 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr),
485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
612 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 232 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.FUNC_GENERATE_ID_STRING
    [all...]
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. */
XPathParser.java 721 id = Keywords.lookupNodeTest(key);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING
  /external/llvm/utils/vim/syntax/
llvm.vim 38 " Keywords.
156 " Obsolete keywords.
171 " Named metadata and specialized metadata keywords.
  /external/swiftshader/third_party/LLVM/utils/vim/
llvm.vim 42 " Keywords.
62 " Obsolete keywords.
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/syntax/
llvm.vim 39 " Keywords.
173 " Obsolete keywords.
188 " Named metadata and specialized metadata keywords.
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/libmtp/src/
ptp.c     [all...]
libmtp.c 546 register_property("Keywords", LIBMTP_PROPERTY_Keywords, PTP_OPC_Keywords);
    [all...]
ptp-pack.c 691 oi->Filename = oi->Keywords = NULL;
    [all...]
ptp.h     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/python/cpython2/Lib/pydoc_data/
topics.py 318 'and keywords for lexical definition and section Naming '
    [all...]

Completed in 3370 milliseconds

1 2