Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DTypes.cpp50 if (onlyPrecompileType(Id)) in getPrecompiledType()
76 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() function in types
278 if (!onlyPrecompileType(Id)) { in getCompilationPhases()
287 if (!onlyPrecompileType(Id)) { in getCompilationPhases()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DTypes.h51 bool onlyPrecompileType(ID Id);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp210 TargetType = types::onlyPrecompileType(TargetType) // header? in transferTo()