Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h49 bool onlyPrecompileType(ID Id);
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp71 if (onlyPrecompileType(Id)) in getPrecompiledType()
93 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() function in types
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp227 (!TargetType || types::onlyPrecompileType(TargetType)) // header? in transferTo()