HomeSort by relevance Sort by last modified time
    Searched defs:Keyword (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 22 enum SyntaxType { EndOfData, Number, Keyword, Name, Others };
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 436 ElaboratedTypeKeyword Keyword = ETK_None;
440 Keyword = ETypeInput->getKeyword();
459 if (Prefix || Keyword != ETK_None) {
460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT);
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.h 71 Keyword,
  /external/clang/lib/Sema/
DeclSpec.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 238 // The code is missing a 'template' keyword prior to the dependent template
555 /// the keyword "typename" was used to declare the type parameter
557 /// "class" or "typename" keyword. ParamName is the name of the
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 114 // The keyword this shall not be used in a default argument of a
    [all...]
  /external/one-true-awk/
lex.c 40 typedef struct Keyword {
44 } Keyword;
46 Keyword keywords[] ={ /* keep sorted: binary searched */
440 int binsearch(char *w, Keyword *kp, int n)
460 Keyword *kp;
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 127 class Keyword:
128 """An AE 4-char keyword object"""
130 def __init__(self, keyword):
131 self.keyword = "%-4.4s" % str(keyword)
134 return "Keyword(%r)" % repr(self.keyword)
137 return string.strip(self.keyword)
140 return pack(self.keyword, typeKeyword)
143 return isinstance(x, Keyword)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
LinePrinter.h 146 Keyword,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /external/libchrome/third_party/jinja2/
nodes.py 118 positional arguments, attributes as keyword arguments. Each node has
575 class Keyword(Helper):
576 """A key, value pair for keyword arguments where key is a string."""
694 of keyword arguments (list of :class:`Keyword` nodes), and `dyn_args`
696 node for dynamic positional (``*args``) or keyword (``**kwargs``)
979 a :class:`Keyword` has to be added to the :attr:`options` list.
983 EvalContextModifier(options=[Keyword('autoescape', Const(True))])
  /external/python/cpython2/Lib/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /external/v8/src/
dateparser.h 177 static DateToken Keyword(KeywordType tag, int value, int length) {
253 // Look up a word in the keyword table and return an index.
257 // Get the type of the keyword at index i.
261 // Get the value of the keyword at index i.
  /external/clang/lib/Lex/
Lexer.cpp 35 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
42 /// getObjCKeywordID - Return the ObjC keyword kind.
621 StringRef Keyword = TheTok.getRawIdentifier();
623 = llvm::StringSwitch<PreambleDirectiveKind>(Keyword)
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscgats.c 92 char* Keyword; // Name of variable
197 // A keyword
203 } KEYWORD;
205 // The keyword->symbol translation table. Sorting is required.
206 static const KEYWORD TabKeys[] = {
216 {"KEYWORD", SKEYWORD}
219 #define NUMKEYS (sizeof(TabKeys)/sizeof(KEYWORD))
284 // name-value pair following the WEIGHTING_FUNCTION tag/keyword. The first attribute
288 // the weighting function keyword. A semi-colon separates attribute pairs from each
511 // Try to see if current identifier is a keyword, if so return the referred symbo
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 537 assert(getLangOpts().DeclSpecKeyword && "__declspec keyword is not enabled");
918 IdentifierInfo *Keyword = Tok.getIdentifierInfo();
921 if (Keyword == Ident_strict) {
924 << Keyword << SourceRange(StrictLoc);
930 if (Keyword == Ident_unavailable) {
    [all...]
  /external/python/setuptools/pkg_resources/_vendor/
pyparsing.py 97 'FollowedBy', 'Forward', 'GoToColumn', 'Group', 'Keyword', 'LineEnd', 'LineStart', 'Literal',
528 raise TypeError("pop() got an unexpected keyword argument '%s'" % k)
    [all...]
  /external/python/setuptools/setuptools/_vendor/
pyparsing.py 97 'FollowedBy', 'Forward', 'GoToColumn', 'Group', 'Keyword', 'LineEnd', 'LineStart', 'Literal',
528 raise TypeError("pop() got an unexpected keyword argument '%s'" % k)
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate-annotations.jar 

Completed in 674 milliseconds

1 2