Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp217 bool types::isObjC(ID Id) { in isObjC() function in types
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp363 if (types::isObjC(InputType) && in addExceptionArgs()
4225 if (types::isCXX(Input.getType()) && types::isObjC(Input.getType())) { in RenderObjCOptions()
4249 if (types::isObjC(Input.getType())) { in RenderObjCOptions()
4265 if (types::isObjC(Input.getType())) { in RenderObjCOptions()
7255 if (types::isObjC(Input.getType()) && in ConstructJob()
8143 return types::isObjC(input.getType()); in AddObjCRuntimeArgs()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2861 bool isObjC() { return IsObjC; } in isObjC() function in clang::format::__anon2090391b0111::ObjCHeaderStyleGuesser
3955 if (Guesser.isObjC()) in guessLanguage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6607 unsigned numDataArgs, bool isObjC, const char *beg, in CheckPrintfHandler() argument