Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() function in types
297 return Id != TY_Object && getPreprocessedType(Id) != TY_INVALID; in isSrcFile()
H A DDriver.cpp1751 if (types::getPreprocessedType(it->first) == types::TY_INVALID) { in generateCompilationDiagnostics()
4072 getPreprocessedType(InputType) == types::TY_INVALID) in handleArguments()
4786 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp720 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DClang.cpp6265 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()