Searched refs:IsObjC (Results 1 – 4 of 4) sorted by relevance
109 bool IsObjC = (ConvertedObjCObject != nullptr); in run() local110 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()
112 bool IsObjC() const;
562 bool SourceLanguage::IsObjC() const { in IsObjC() function in SourceLanguage
2848 : 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