Home
last modified time | relevance | path

Searched refs:isSet (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp76 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()
HDSemaExprMember.cpp202 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()
HDSemaTemplate.cpp283 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 …]
HDSemaDecl.cpp689 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 …]
HDSemaExprCXX.cpp175 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()
HDSemaLookup.cpp2495 if (SS && SS->isSet()) { in LookupParsedName()
4908 } else if (SS && SS->isSet()) { in makeTypoCorrectionConsumer()
4922 (IsUnqualifiedLookup || (SS && SS->isSet())); in makeTypoCorrectionConsumer()
HDSemaDeclCXX.cpp2361 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()
HDSemaOpenMP.cpp13500 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()
HDSemaDeclObjC.cpp5106 if (D.getCXXScopeSpec().isSet()) { in ActOnObjCExceptionDecl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUArgumentUsageInfo.h59 bool isSet() const { in isSet() function
64 return isSet();
HDAMDGPUArgumentUsageInfo.cpp24 if (!isSet()) { in print()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationPlanner.h80 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/
HDCOFF.h313 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/
HDDeclTemplate.h343 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;
HDFormatString.h37 bool isSet() const { return flag; } in isSet() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp69 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/
HDAttributes.cpp1735 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/
HDParseExprCXX.cpp513 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()
HDParseDecl.cpp2265 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()
HDParseTemplate.cpp1446 if (SS.isSet() && Tok.is(tok::kw_template)) { in ParseTemplateTemplateArgument()
HDParseDeclCXX.cpp1554 if (Spec.isSet()) in ParseClassSpecifier()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h209 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/
HDCommandLine.h1747 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/
HDParser.h2714 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/
HDIRBuilder.h186 bool isSet() const { return (Block != nullptr); } in isSet() function
206 if (IP.isSet()) in restoreIP()

12