Home
last modified time | relevance | path

Searched refs:IsObjC (Results 1 – 4 of 4) 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.h112 bool IsObjC() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp562 bool SourceLanguage::IsObjC() const { in IsObjC() function in SourceLanguage
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2848 : TokenAnalyzer(Env, Style), IsObjC(false) {} in ObjCHeaderStyleGuesser()
2855 IsObjC = guessIsObjC(Env.getSourceManager(), AnnotatedLines, in analyze()
2861 bool isObjC() { return IsObjC; } in isObjC()
2985 bool IsObjC; member in clang::format::__anon2090391b0111::ObjCHeaderStyleGuesser