Home
last modified time | relevance | path

Searched refs:onlyAssembleType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DTypes.h48 bool onlyAssembleType(ID Id);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DTypes.cpp72 bool types::onlyAssembleType(ID Id) { in onlyAssembleType() function in types
279 if (!onlyAssembleType(Id)) { in getCompilationPhases()