| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaCXXScopeSpec.cpp | 76 if (!SS.isSet() || SS.isInvalid()) in computeDeclContext() 168 if (!SS.isSet() || SS.isInvalid()) in isDependentScopeSpecifier() 395 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in isNonTypeNestedNameSpecifier() 398 } else if (SS.isSet()) { in isNonTypeNestedNameSpecifier() 504 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in BuildCXXNestedNameSpecifier() 507 } else if (SS.isSet()) { in BuildCXXNestedNameSpecifier() 823 } else if (SS.isSet()) in BuildCXXNestedNameSpecifier() 1021 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ShouldEnterDeclaratorScope() 1070 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXEnterDeclaratorScope() 1097 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXExitDeclaratorScope()
|
| HD | SemaExprMember.cpp | 202 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin()); in diagnoseInstanceReference() 658 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() 666 if (SS.isSet()) { in LookupMemberExprInRecord() 754 (SS.isSet() && isDependentScopeSpecifier(SS))) in BuildMemberReferenceExpr() 1019 DeclContext *DC = (SS.isSet() in BuildMemberReferenceExpr() 1061 if ((SS.isSet() || !BaseExpr || in BuildMemberReferenceExpr() 1704 if (SS.isSet() && SS.isInvalid()) in ActOnMemberAccessExpr() 1725 = (!SS.isSet() ? nullptr : FindFirstQualifierInScope(S, SS.getScopeRep())); in ActOnMemberAccessExpr()
|
| HD | SemaTemplate.cpp | 283 if (SS.isSet() && !SS.isInvalid()) { in isTemplateName() 353 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) || in DiagnoseUnknownTemplateName() 389 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in LookupTemplateName() 415 } else if (SS.isSet()) { in LookupTemplateName() 446 if (!SS.isSet() && (ObjectType.isNull() || Found.empty())) { in LookupTemplateName() 473 if (ATK && !SS.isSet() && ObjectType.isNull() && TemplateKWLoc.isInvalid()) { in LookupTemplateName() 993 if (SS.isSet()) in ActOnTemplateTypeArgument() 1129 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc(), in ActOnTypeConstraint() 1565 if (SS.isSet()) in SetNestedNameSpecifier() 1684 if (!SS.isSet()) { in CheckClassTemplate() [all …]
|
| HD | SemaDecl.cpp | 689 if (!SS || !SS->isSet()) { in DiagnoseUnknownTypeName() 718 tmpSS.isSet() ? &tmpSS : SS, false, false, nullptr, in DiagnoseUnknownTypeName() 743 if (!SS || (!SS->isSet() && !SS->isInvalid())) in DiagnoseUnknownTypeName() 859 if (getLangOpts().CPlusPlus && SS.isSet() && in ClassifyName() 5568 else if (D.getCXXScopeSpec().isSet()) { in HandleDeclarator() 5631 if (!D.getCXXScopeSpec().isSet()) { in HandleDeclarator() 5917 if (D.getCXXScopeSpec().isSet()) { in ActOnTypedefDeclarator() 6099 if (!SS.isSet()) return; in SetNestedNameSpecifier() 7150 D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator() 7158 } else if (D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator() [all …]
|
| HD | SemaExprCXX.cpp | 175 if (SS.isSet()) { in getDestructorName() 281 if (SS.isSet()) { in getDestructorName() 7275 if (!SS.isSet()) { in ActOnPseudoDestructorExpr() 7293 ((SS.isSet() && !computeDeclContext(SS, false)) || in ActOnPseudoDestructorExpr() 7294 (!SS.isSet() && ObjectType->isDependentType()))) { in ActOnPseudoDestructorExpr()
|
| HD | SemaLookup.cpp | 2495 if (SS && SS->isSet()) { in LookupParsedName() 4908 } else if (SS && SS->isSet()) { in makeTypoCorrectionConsumer() 4922 (IsUnqualifiedLookup || (SS && SS->isSet())); in makeTypoCorrectionConsumer()
|
| HD | SemaDeclCXX.cpp | 2361 if (SS && SS->isSet() && !SS->isInvalid()) { in isCurrentClassNameTypo() 3322 if (SS.isSet() && !SS.isInvalid()) { in ActOnCXXMemberDeclarator() 4149 if (SS.isSet() && isDependentScopeSpecifier(SS)) { in BuildMemInitializer() 4226 if (SS.isSet()) { in BuildMemInitializer() 11049 if (SS.isSet()) in ActOnUsingDirective() 15597 if (D.getCXXScopeSpec().isSet() && !Invalid) { in ActOnExceptionDeclarator() 16073 if ((SS.isInvalid() || !SS.isSet()) && in ActOnFriendFunctionDecl() 16116 } else if (SS.isInvalid() || !SS.isSet()) { in ActOnFriendFunctionDecl()
|
| HD | SemaOpenMP.cpp | 13500 if (ReductionIdScopeSpec.isSet()) { in buildDeclareReductionRef() 15774 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef() 15779 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef() 15814 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
|
| HD | SemaDeclObjC.cpp | 5106 if (D.getCXXScopeSpec().isSet()) { in ActOnObjCExceptionDecl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUArgumentUsageInfo.h | 59 bool isSet() const { in isSet() function 64 return isSet();
|
| HD | AMDGPUArgumentUsageInfo.cpp | 24 if (!isSet()) { in print()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorizationPlanner.h | 80 bool isSet() const { return Block != nullptr; } in isSet() function 88 if (IP.isSet()) in restoreIP()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | COFF.h | 313 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStringTableOffset() 318 assert(isSet() && "COFFSymbolRef points to nothing!"); in getValue() 323 assert(isSet() && "COFFSymbolRef points to nothing!"); in getSectionNumber() 334 assert(isSet() && "COFFSymbolRef points to nothing!"); in getType() 339 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStorageClass() 344 assert(isSet() && "COFFSymbolRef points to nothing!"); in getNumberOfAuxSymbols() 434 bool isSet() const { return CS16 || CS32; } in isSet() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclTemplate.h | 343 bool isSet() const { return !ValueOrInherited.isNull(); } in isSet() function 372 assert(!isSet() && "default argument already set"); in set() 380 if (!isSet()) in setInherited() 1248 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1462 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1718 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1723 return DefaultArgument.isSet() ? *DefaultArgument.get() : NoneLoc;
|
| HD | FormatString.h | 37 bool isSet() const { return flag; } in isSet() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyFastISel.cpp | 69 assert(!isSet() && "Can't change kind with non-zero base"); in setKind() 101 bool isSet() const { in isSet() function in __anon0638e6c30111::WebAssemblyFastISel::Address 323 if (Addr.isSet()) { in computeAddress() 370 if (Addr.isSet()) { in computeAddress()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Attributes.cpp | 1735 if (AttrClass::isSet(Caller, AttrClass::getKind()) && in setAND() 1736 !AttrClass::isSet(Callee, AttrClass::getKind())) in setAND() 1747 if (!AttrClass::isSet(Caller, AttrClass::getKind()) && in setOR() 1748 AttrClass::isSet(Callee, AttrClass::getKind())) in setOR()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 513 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) && in ParseOptionalCXXScopeSpecifier() 2713 if (TemplateKWLoc && (ObjectType || SS.isSet())) { in ParseUnqualifiedId() 2782 if (SS.isSet()) { in ParseUnqualifiedId() 2813 if (TemplateKWLoc && (ObjectType || SS.isSet())) in ParseUnqualifiedId() 2854 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId() 2888 if (SS.isSet()) { in ParseUnqualifiedId() 2897 !SS.isSet()) { in ParseUnqualifiedId()
|
| HD | ParseDecl.cpp | 2265 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes() 2276 if (D.getCXXScopeSpec().isSet()) in ParseDeclarationAfterDeclaratorAndAttributes() 4427 if (Spec.isSet() && Tok.isNot(tok::identifier)) { in ParseEnumSpecifier() 4595 if (!getLangOpts().CPlusPlus11 || !SS.isSet()) { in ParseEnumSpecifier() 5304 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator() 5919 } else if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator() 6027 if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator()
|
| HD | ParseTemplate.cpp | 1446 if (SS.isSet() && Tok.is(tok::kw_template)) { in ParseTemplateTemplateArgument()
|
| HD | ParseDeclCXX.cpp | 1554 if (Spec.isSet()) in ParseClassSpecifier()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 209 bool isSet() const { return getScopeRep() != nullptr; } in isSet() function 1731 bool isSet() const { return LSquareLoc.isValid(); } in isSet() function 2169 return BindingGroup.isSet(); in isDecompositionDeclarator()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | CommandLine.h | 1747 template <class T> bool isSet(const T &V) { 1770 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| HD | Parser.h | 2714 assert(SS.isSet() && "C++ scope was not set!"); in EnterDeclaratorScope() 2725 assert(SS.isSet() && "C++ scope was cleared ?"); in ~DeclaratorScopeObj()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | IRBuilder.h | 186 bool isSet() const { return (Block != nullptr); } in isSet() function 206 if (IP.isSet()) in restoreIP()
|