Home
last modified time | relevance | path

Searched refs:kw_from (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h584 kw_from = &IdentTable.get("from"); in AdditionalKeywords()
636 IdentifierInfo *kw_from; member
DSortJavaScriptImports.cpp347 if (Current->is(Keywords.kw_from)) { in parseModuleReference()
DTokenAnnotator.cpp815 CurrentToken->is(Keywords.kw_from) && CurrentToken->Next && in parseLine()
/external/llvm/lib/AsmParser/
DLLToken.h78 kw_from, enumerator
DLLParser.cpp5395 if (ParseToken(lltok::kw_from, "expected 'from' after cleanupret")) in ParseCleanupRet()
5424 if (ParseToken(lltok::kw_from, "expected 'from' after catchret")) in ParseCatchRet()