Searched refs:CurKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h37 lltok::Kind CurKind; member in class:llvm::LLLexer
53 return CurKind = LexToken();
58 lltok::Kind getKind() const { return CurKind; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7025 Action::OffloadKind CurKind = Action::OFK_Host; local
7033 CurKind = A->getOffloadingDeviceKind();
7037 Triples += Action::GetOffloadKindName(CurKind);
7040 if (CurKind == Action::OFK_HIP && CurDep->getOffloadingArch()) {

Completed in 131 milliseconds