Home | History | Annotate | Download | only in AST

Lines Matching refs:getLangOptions

232     if (Context.getLangOptions().CPlusPlus &&
338 if (Context.getLangOptions().CPlusPlus && !Var->isExternC()) {
349 if (!Context.getLangOptions().CPlusPlus &&
384 if (!Context.getLangOptions().CPlusPlus &&
408 if (Context.getLangOptions().CPlusPlus && !Function->isExternC() &&
453 (Context.getLangOptions().CPlusPlus &&
492 LV.mergeVisibility(Context.getLangOptions().getVisibilityMode());
571 MD->getASTContext().getLangOptions().InlineVisibilityHidden) {
611 LV.mergeVisibility(D->getASTContext().getLangOptions().getVisibilityMode());
814 return getQualifiedNameAsString(getASTContext().getLangOptions());
1160 if (!Context.getLangOptions().CPlusPlus)
1228 if (!getASTContext().getLangOptions().CPlusPlus && isFileVarDecl())
1543 !tunit->getASTContext().getLangOptions().Freestanding &&
1574 if (!Context.getLangOptions().CPlusPlus)
1673 if (!Context.getLangOptions().CPlusPlus &&
1718 if (!getASTContext().getLangOptions().CPlusPlus)
1795 if (Context.getLangOptions().GNUInline || !Context.getLangOptions().C99 ||
1796 Context.getLangOptions().CPlusPlus)
1829 if (Context.getLangOptions().GNUInline || hasAttr<GNUInlineAttr>()) {