Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h37 ID getPreprocessedType(ID Id);
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() function in types
231 return Id != TY_Object && getPreprocessedType(Id) != TY_INVALID; in isSrcFile()
H A DDriver.cpp1371 if (types::getPreprocessedType(it->first) == types::TY_INVALID) { in generateCompilationDiagnostics()
3619 getPreprocessedType(InputType) == types::TY_INVALID) in handleArguments()
3931 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp100 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DClang.cpp5384 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()