Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DTypes.h49 bool onlyPrecompileType(ID Id);
/llvm-project-15.0.7/clang/lib/Driver/
H A DTypes.cpp78 if (onlyPrecompileType(Id)) in getPrecompiledType()
100 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() function in types
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp227 (!TargetType || types::onlyPrecompileType(TargetType)) // header? in transferTo()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp1167 return Lang != types::TY_INVALID && types::onlyPrecompileType(Lang); in isHeaderFile()