Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLangOptions

532     if (AllowNestedNameSpecifiers && SemaRef.getLangOptions().CPlusPlus && 
552 if (!SemaRef.getLangOptions().CPlusPlus)
732 if (!SemaRef.getLangOptions().CPlusPlus || !R.Declaration ||
988 if (SemaRef.getLangOptions().CPlusPlus)
990 else if (SemaRef.getLangOptions().ObjC1) {
1006 if (SemaRef.getLangOptions().CPlusPlus)
1008 else if (SemaRef.getLangOptions().ObjC1) {
1033 if (SemaRef.getLangOptions().CPlusPlus)
1135 if (!C.getLangOptions().CPlusPlus)
1154 if ((SemaRef.getLangOptions().CPlusPlus && !IsOrdinaryName(ND)) ||
1155 (!SemaRef.getLangOptions().CPlusPlus && !IsOrdinaryNonTypeName(ND)))
1165 (SemaRef.getLangOptions().CPlusPlus && T->isRecordType());
1432 if (SemaRef.getLangOptions().CPlusPlus) {
1477 if (SemaRef.getLangOptions().ObjC1)
1484 if (SemaRef.getLangOptions().CPlusPlus) {
1528 if (SemaRef.getLangOptions().CPlusPlus && Results.includeCodePatterns()) {
1537 AddStorageSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1538 AddFunctionSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1542 AddObjCInterfaceResults(SemaRef.getLangOptions(), Results, true);
1543 AddStorageSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1544 AddFunctionSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1548 AddObjCImplementationResults(SemaRef.getLangOptions(), Results, true);
1549 AddStorageSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1550 AddFunctionSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1554 AddObjCVisibilityResults(SemaRef.getLangOptions(), Results, true);
1561 if (SemaRef.getLangOptions().CPlusPlus && Results.includeCodePatterns() &&
1562 SemaRef.getLangOptions().CXXExceptions) {
1578 if (SemaRef.getLangOptions().ObjC1)
1585 if (SemaRef.getLangOptions().CPlusPlus)
1599 if (SemaRef.getLangOptions().CPlusPlus)
1629 if (SemaRef.getLangOptions().CPlusPlus)
1655 if (SemaRef.getLangOptions().CPlusPlus || SemaRef.getLangOptions().C99)
1720 AddStorageSpecifiers(CCC, SemaRef.getLangOptions(), Results);
1724 if (SemaRef.getLangOptions().ObjCAutoRefCount &&
1753 if (SemaRef.getLangOptions().CPlusPlus) {
1775 if (SemaRef.getLangOptions().RTTI) {
1817 if (SemaRef.getLangOptions().RTTI) {
1865 if (SemaRef.getLangOptions().CXXExceptions) {
1876 if (SemaRef.getLangOptions().CPlusPlus0x) {
1908 if (SemaRef.getLangOptions().ObjC1) {
1943 if (WantTypesInContext(CCC, SemaRef.getLangOptions()))
1944 AddTypeSpecifierResults(SemaRef.getLangOptions(), Results);
1946 if (SemaRef.getLangOptions().CPlusPlus && CCC != Sema::PCC_Type)
1992 if (Context.getLangOptions().ObjC1 &&
2864 PP.getLangOptions(),
2925 if (S.getLangOptions().CPlusPlus || S.getLangOptions().C99 ||
2926 S.getLangOptions().ObjC1)
3055 if (WantTypesInContext(CompletionContext, getLangOptions()))
3060 if (getLangOptions().CPlusPlus)
3089 AddPrettyFunctionResults(PP.getLangOptions(), Results);
3134 if (getLangOptions().C99)
3137 if (getLangOptions().CPlusPlus) {
3208 else if (WantTypesInContext(PCC_Expression, getLangOptions()))
3237 AddPrettyFunctionResults(PP.getLangOptions(), Results);
3250 else if (getLangOptions().ObjC1)
3408 if (getLangOptions().CPlusPlus) {
3528 if (getLangOptions().C99 &&
3593 if (getLangOptions().CPlusPlus && !Qualifier && EnumeratorsSeen.empty()) {
3698 if (!getLangOptions().CPlusPlus ||
3825 if (getLangOptions().CPlusPlus)
3841 AddPrettyFunctionResults(PP.getLangOptions(), Results);
4025 AddTypeSpecifierResults(getLangOptions(), Results);
4236 AddObjCImplementationResults(getLangOptions(), Results, false);
4238 AddObjCInterfaceResults(getLangOptions(), Results, false);
4253 if (Results.getSema().getLangOptions().CPlusPlus ||
4254 Results.getSema().getLangOptions().ConstStrings)
4340 AddObjCVisibilityResults(getLangOptions(), Results, false);
6634 if (Context.getLangOptions().ObjC2) {
6846 if (getLangOptions().ObjC1) {