• Home
  • Raw
  • Download

Lines Matching refs:CPlusPlus

212                                bool CPlusPlus,  in getIDNS()  argument
221 if (CPlusPlus) { in getIDNS()
238 if (CPlusPlus) { in getIDNS()
259 if (CPlusPlus) in getIDNS()
296 IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus, in configure()
683 if (S.getLangOpts().CPlusPlus && NameKind == Sema::LookupOrdinaryName) { in LookupBuiltin()
697 if ((S.getLangOpts().CPlusPlus || S.getLangOpts().OpenCL) && in LookupBuiltin()
832 if (S.getLangOpts().CPlusPlus) in LookupDirect()
1036 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup"); in CppLookupName()
1702 if (!getLangOpts().CPlusPlus) { in LookupName()
3448 !Result.getSema().getLangOpts().CPlusPlus) { in LookupVisibleDecls()
3685 if (getLangOpts().CPlusPlus) { in LookupVisibleDecls()
4347 if (SemaRef.getLangOpts().Bool || SemaRef.getLangOpts().CPlusPlus) in AddKeywordsToConsumer()
4352 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4377 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4386 if (SemaRef.getLangOpts().Bool || SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4391 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4425 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4441 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4457 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4561 = getLangOpts().CPlusPlus && in makeTypoCorrectionConsumer()
4872 WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus && NumArgs == 1; in FunctionCallFilterCCC()