Searched refs:kw_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatToken.h | 859 kw_type = &IdentTable.get("type"); in AdditionalKeywords() 928 kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 942 kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 978 IdentifierInfo *kw_type; member
|
H A D | TokenAnnotator.cpp | 234 (Line.startsWith(Keywords.kw_type, tok::identifier) || in parseParens() 235 Line.startsWith(tok::kw_export, Keywords.kw_type, in parseParens() 1441 (Line.startsWith(Keywords.kw_type, tok::identifier) || in modifyContext() 1442 Line.startsWith(tok::kw_export, Keywords.kw_type, in modifyContext() 1578 tok::kw_false, tok::kw_true, Keywords.kw_type, Keywords.kw_get, in determineTokenType() 3837 tok::kw_throw, Keywords.kw_interface, Keywords.kw_type, in canBreakBefore() 3891 Keywords.kw_interface, Keywords.kw_type, Keywords.kw_var, in canBreakBefore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 253 kw_type, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 494 parseToken(lltok::kw_type, "expected 'type' after '='")) in parseUnnamedType() 520 parseToken(lltok::kw_type, "expected 'type' after name")) in parseNamedType()
|