Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp109 bool IsObjC = (ConvertedObjCObject != nullptr); in run() local
110 const Expr *Obj = IsObjC ? ConvertedObjCObject in run()
149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()
176 << (IsObjC ? "nil" : IsCpp ? "nullptr" : "NULL") << " or "; in run()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h115 bool IsObjC() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp570 bool SourceLanguage::IsObjC() const { in IsObjC() function in SourceLanguage
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3017 : TokenAnalyzer(Env, Style), IsObjC(false) {} in ObjCHeaderStyleGuesser()
3024 IsObjC = guessIsObjC(Env.getSourceManager(), AnnotatedLines, in analyze()
3030 bool isObjC() { return IsObjC; } in isObjC()
3153 bool IsObjC; member in clang::format::__anon2090391b0111::ObjCHeaderStyleGuesser
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7410 FormatStringType type, bool IsObjC, bool InFunctionCall,
7662 FormatStringType Type, bool IsObjC, bool InFunctionCall, in GetSpecifiers() argument
7669 DecomposePrintfHandler H(S, FSL, FSL->getFormatString(), Type, 0, 0, IsObjC, in GetSpecifiers()
8886 bool IsObjC = in CheckFormatString() local
8890 numDataArgs, IsObjC, Str, APK, Args, format_idx, in CheckFormatString()
8925 bool IsObjC = in CheckFormatStringsCompatible() local
8941 IsObjC, true, RefArgs) && in CheckFormatStringsCompatible()
8942 DecomposePrintfHandler::GetSpecifiers(*this, &TestLit, Arg, Type, IsObjC, in CheckFormatStringsCompatible()
8962 bool IsObjC = in ValidateFormatString() local
8964 if (!DecomposePrintfHandler::GetSpecifiers(*this, &RefLit, Str, Type, IsObjC, in ValidateFormatString()