Searched refs:KEYWORD (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp494 #define KEYWORD(STR) \ macro
500 KEYWORD(true); KEYWORD(false);
501 KEYWORD(declare); KEYWORD(define);
502 KEYWORD(global); KEYWORD(constant);
504 KEYWORD(dso_local);
505 KEYWORD(dso_preemptable);
507 KEYWORD(privat
815 #undef KEYWORD macro
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTokenKinds.cpp19 #define KEYWORD(X,Y) #X, macro
42 #define KEYWORD(X,Y) case kw_ ## X: return #X; macro
H A DIdentifierTable.cpp208 #define KEYWORD(NAME, FLAGS) \ macro
240 #define KEYWORD(NAME, FLAGS) \ macro
/freebsd-13-stable/usr.bin/ident/
H A Dident.c48 KEYWORD, /* punctuation mark */ enumerator in enum:__anon16360
82 /* Transit to KEYWORD if we see letter */
86 state = KEYWORD;
97 case KEYWORD:
102 * Stay in KEYWORD if additional letter is seen
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp381 KEYWORD("const") \
382 KEYWORD("volatile") \
383 KEYWORD("restrict") \
384 KEYWORD("struct") \
385 KEYWORD("class") \
386 KEYWORD("union")
388 #define KEYWORD(s) s, macro
390 #undef KEYWORD macro
392 #define KEYWORD(s) (sizeof(s) - 1), macro
394 #undef KEYWORD macro
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp29 #define KEYWORD(X, N) keywords.insert(#X); macro
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp666 #define KEYWORD(Name, Flags) {llvm::StringRef(#Name), tok::kw_##Name}, macro
668 #undef KEYWORD macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h977 #define KEYWORD(X, Y) case tok::kw_##X: macro
979 // #undef KEYWORD is not needed -- it's #undef-ed at the end of
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp358 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) macro

Completed in 114 milliseconds