Lines Matching refs:CPlusPlus
208 bool CPlusPlus, in getIDNS() argument
217 if (CPlusPlus) { in getIDNS()
234 if (CPlusPlus) { in getIDNS()
255 if (CPlusPlus) in getIDNS()
292 IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus, in configure()
682 if (S.getLangOpts().CPlusPlus && NameKind == Sema::LookupOrdinaryName) { in LookupBuiltin()
696 if ((S.getLangOpts().CPlusPlus || S.getLangOpts().OpenCL) && in LookupBuiltin()
836 if (S.getLangOpts().CPlusPlus) in LookupDirect()
1050 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup"); in CppLookupName()
1544 (isa<FunctionDecl>(DC) && !SemaRef.getLangOpts().CPlusPlus)) in isVisibleSlow()
1740 if (!getLangOpts().CPlusPlus) { in LookupName()
3502 !Result.getSema().getLangOpts().CPlusPlus) { in LookupVisibleDecls()
3774 if (getLangOpts().CPlusPlus) { in LookupVisibleDecls()
4432 if (SemaRef.getLangOpts().Bool || SemaRef.getLangOpts().CPlusPlus) in AddKeywordsToConsumer()
4437 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4462 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4471 if (SemaRef.getLangOpts().Bool || SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4476 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4510 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4527 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4543 if (SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
4646 = getLangOpts().CPlusPlus && in makeTypoCorrectionConsumer()
4957 WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus && NumArgs == 1; in FunctionCallFilterCCC()