| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 77 if (!SS.isSet() || SS.isInvalid()) in computeDeclContext() 169 if (!SS.isSet() || SS.isInvalid()) in isDependentScopeSpecifier() 396 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in isNonTypeNestedNameSpecifier() 399 } else if (SS.isSet()) { in isNonTypeNestedNameSpecifier() 500 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in BuildCXXNestedNameSpecifier() 503 } else if (SS.isSet()) { in BuildCXXNestedNameSpecifier() 819 } else if (SS.isSet()) in BuildCXXNestedNameSpecifier() 1010 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ShouldEnterDeclaratorScope() 1059 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXEnterDeclaratorScope() 1086 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXExitDeclaratorScope()
|
| H A D | SemaExprMember.cpp | 203 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin()); in diagnoseInstanceReference() 655 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() 663 if (SS.isSet()) { in LookupMemberExprInRecord() 751 (SS.isSet() && isDependentScopeSpecifier(SS))) in BuildMemberReferenceExpr() 990 DeclContext *DC = (SS.isSet() in BuildMemberReferenceExpr() 1032 if ((SS.isSet() || !BaseExpr || in BuildMemberReferenceExpr() 1675 if (SS.isSet() && SS.isInvalid()) in ActOnMemberAccessExpr() 1696 = (!SS.isSet() ? nullptr : FindFirstQualifierInScope(S, SS.getScopeRep())); in ActOnMemberAccessExpr()
|
| H A D | SemaTemplate.cpp | 230 if (SS.isSet() && !SS.isInvalid()) { in isTemplateName() 339 } else if (SS.isSet()) { in LookupTemplateName() 876 if (SS.isSet()) in ActOnTemplateTypeArgument() 1260 if (SS.isSet()) in SetNestedNameSpecifier() 1379 if (!SS.isSet()) { in CheckClassTemplate() 1534 if (SS.isSet()) { in CheckClassTemplate() 3338 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType() 4230 if (SS.isSet()) in ActOnDependentTemplateName() 8599 if (!SS.isSet()) in ScopeSpecifierHasTemplateId() 8754 SS.isSet())) in ActOnExplicitInstantiation() [all …]
|
| H A D | SemaDecl.cpp | 684 if (!SS || !SS->isSet()) { in DiagnoseUnknownTypeName() 1069 if (SS.isSet() && !SS.isInvalid()) in ClassifyName() 5339 else if (D.getCXXScopeSpec().isSet()) { in HandleDeclarator() 5402 if (!D.getCXXScopeSpec().isSet()) { in HandleDeclarator() 5688 if (D.getCXXScopeSpec().isSet()) { in ActOnTypedefDeclarator() 5868 if (!SS.isSet()) return; in SetNestedNameSpecifier() 6822 D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator() 6830 } else if (D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator() 9018 if (D.getCXXScopeSpec().isSet()) { in ActOnFunctionDeclarator() 12392 if (D.getCXXScopeSpec().isSet()) { in ActOnParamDeclarator() [all …]
|
| H A D | SemaExprCXX.cpp | 175 if (SS.isSet()) { in getDestructorName() 281 if (SS.isSet()) { in getDestructorName() 7009 if (!SS.isSet()) { in ActOnPseudoDestructorExpr() 7027 ((SS.isSet() && !computeDeclContext(SS, false)) || in ActOnPseudoDestructorExpr() 7028 (!SS.isSet() && ObjectType->isDependentType()))) { in ActOnPseudoDestructorExpr()
|
| H A D | SemaLookup.cpp | 2267 if (SS && SS->isSet()) { in LookupParsedName() 4633 } else if (SS && SS->isSet()) { in makeTypoCorrectionConsumer() 4647 (IsUnqualifiedLookup || (SS && SS->isSet())); in makeTypoCorrectionConsumer()
|
| H A D | SemaDeclCXX.cpp | 2138 if (SS && SS->isSet() && !SS->isInvalid()) { in isCurrentClassNameTypo() 3099 if (SS.isSet() && !SS.isInvalid()) { in ActOnCXXMemberDeclarator() 3894 if (SS.isSet() && isDependentScopeSpecifier(SS)) { in BuildMemInitializer() 3972 if (SS.isSet()) { in BuildMemInitializer() 9373 if (SS.isSet()) in ActOnUsingDirective() 13864 if (D.getCXXScopeSpec().isSet() && !Invalid) { in ActOnExceptionDeclarator() 14325 if ((SS.isInvalid() || !SS.isSet()) && in ActOnFriendFunctionDecl() 14368 } else if (SS.isInvalid() || !SS.isSet()) { in ActOnFriendFunctionDecl()
|
| H A D | SemaDeclObjC.cpp | 4920 if (D.getCXXScopeSpec().isSet()) { in ActOnObjCExceptionDecl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.h | 50 bool isSet() const { in isSet() function 55 return isSet();
|
| H A D | AMDGPUArgumentUsageInfo.cpp | 24 if (!isSet()) { in print()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 81 bool isSet() const { return Block != nullptr; } in isSet() function 89 if (IP.isSet()) in restoreIP()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFF.h | 314 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStringTableOffset() 321 assert(isSet() && "COFFSymbolRef points to nothing!"); in getSectionNumber() 332 assert(isSet() && "COFFSymbolRef points to nothing!"); in getType() 337 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStorageClass() 342 assert(isSet() && "COFFSymbolRef points to nothing!"); in getNumberOfAuxSymbols() 432 bool isSet() const { return CS16 || CS32; } in isSet() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 314 bool isSet() const { return !ValueOrInherited.isNull(); } in isSet() function 343 assert(!isSet() && "default argument already set"); in set() 351 if (!isSet()) in setInherited() 1198 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1337 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1564 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1569 return DefaultArgument.isSet() ? *DefaultArgument.get() : None;
|
| H A D | FormatString.h | 38 bool isSet() const { return flag; } in isSet() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 504 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) && in ParseOptionalCXXScopeSpecifier() 2500 if (TemplateKWLoc && (ObjectType || SS.isSet())) { in ParseUnqualifiedId() 2569 if (SS.isSet()) { in ParseUnqualifiedId() 2600 if (TemplateKWLoc && (ObjectType || SS.isSet())) in ParseUnqualifiedId() 2641 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId() 2675 if (SS.isSet()) { in ParseUnqualifiedId() 2684 !SS.isSet()) { in ParseUnqualifiedId()
|
| H A D | ParseDecl.cpp | 2171 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes() 2182 if (D.getCXXScopeSpec().isSet()) in ParseDeclarationAfterDeclaratorAndAttributes() 4182 if (Spec.isSet() && Tok.isNot(tok::identifier)) { in ParseEnumSpecifier() 4350 if (!getLangOpts().CPlusPlus11 || !SS.isSet()) { in ParseEnumSpecifier() 5035 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator() 5643 } else if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator() 5751 if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator()
|
| H A D | ParseTemplate.cpp | 1162 if (SS.isSet() && Tok.is(tok::kw_template)) { in ParseTemplateTemplateArgument()
|
| H A D | Parser.cpp | 1691 if (!SS.isSet()) { in TryAnnotateTypeOrScopeToken()
|
| H A D | ParseDeclCXX.cpp | 1536 if (Spec.isSet()) in ParseClassSpecifier()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 70 assert(!isSet() && "Can't change kind with non-zero base"); in setKind() 102 bool isSet() const { in isSet() function in __anon2a1fba910111::WebAssemblyFastISel::Address 322 if (Addr.isSet()) { in computeAddress() 369 if (Addr.isSet()) { in computeAddress()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1613 if (AttrClass::isSet(Caller, AttrClass::getKind()) && in setAND() 1614 !AttrClass::isSet(Callee, AttrClass::getKind())) in setAND() 1625 if (!AttrClass::isSet(Caller, AttrClass::getKind()) && in setOR() 1626 AttrClass::isSet(Callee, AttrClass::getKind())) in setOR()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 209 bool isSet() const { return getScopeRep() != nullptr; } in isSet() function 1705 bool isSet() const { return LSquareLoc.isValid(); } in isSet() function 2124 return BindingGroup.isSet(); in isDecompositionDeclarator()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1604 template <class T> bool isSet(const T &V) { 1627 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 2577 assert(SS.isSet() && "C++ scope was not set!"); in EnterDeclaratorScope() 2588 assert(SS.isSet() && "C++ scope was cleared ?"); in ~DeclaratorScopeObj()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 181 bool isSet() const { return (Block != nullptr); } in isSet() function 201 if (IP.isSet()) in restoreIP()
|