Home
last modified time | relevance | path

Searched refs:getPreprocessedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h37 ID getPreprocessedType(ID Id);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() function in types
295 return Id != TY_Object && getPreprocessedType(Id) != TY_INVALID; in isSrcFile()
H A DDriver.cpp1726 if (types::getPreprocessedType(it->first) == types::TY_INVALID) { in generateCompilationDiagnostics()
4031 getPreprocessedType(InputType) == types::TY_INVALID) in handleArguments()
4710 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp705 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DClang.cpp6052 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()