Home
last modified time | relevance | path

Searched refs:get_kind (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp280 if (OutputFile->get_kind() == raw_ostream::OStreamKind::OK_FDStream) { in EndOfMainFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h136 OStreamKind get_kind() const { return Kind; } in get_kind() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp954 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()