Home
last modified time | relevance | path

Searched refs:kw_declare (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h45 kw_declare, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1047 kw_declare = &IdentTable.get("declare"); in AdditionalKeywords()
1284 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1298 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1415 IdentifierInfo *kw_declare; member
H A DTokenAnnotator.cpp6009 if (Left.is(Keywords.kw_declare) && in canBreakBefore()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp561 case lltok::kw_declare: in parseTopLevelEntities()
729 assert(Lex.getKind() == lltok::kw_declare); in parseDeclare()