Home
last modified time | relevance | path

Searched refs:kw_from (Results 1 – 7 of 7) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h82 kw_from, enumerator
DLLParser.cpp5887 if (ParseToken(lltok::kw_from, "expected 'from' after cleanupret")) in ParseCleanupRet()
5916 if (ParseToken(lltok::kw_from, "expected 'from' after catchret")) in ParseCatchRet()