Home
last modified time | relevance | path

Searched refs:isRecord (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenInstruction.h380 bool isRecord() const { return Kind == K_Record; } in isRecord() function
384 StringRef getName() const { assert(isRecord()); return Name; } in getName()
385 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DCodeGenInstruction.cpp729 if (!isRecord()) in getMINumOperands()
DAsmMatcherEmitter.cpp1752 if (CGA.ResultOperands[i].isRecord() && in buildAliasOperandReference()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp705 if (CurContext->isRecord()) { in isMicrosoftMissingTypename()
3494 if (DC->isRecord()) in haveIncompatibleLanguageLinkages()
3967 if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord() && in MergeFunctionDecl()
4667 !(Old->getLexicalDeclContext()->isRecord() && in MergeVarDecl()
4668 !New->getLexicalDeclContext()->isRecord())) { in MergeVarDecl()
5150 Record->getDeclContext()->isRecord()) { in ParsedFreeStandingDeclSpec()
5174 if (!getLangOpts().CPlusPlus && CurContext->isRecord() && in ParsedFreeStandingDeclSpec()
5645 Owner->isRecord()) in BuildAnonymousStructOrUnion()
5650 if (!Record->isUnion() && !Owner->isRecord()) { in BuildAnonymousStructOrUnion()
6151 if (Cur->isRecord()) { in diagnoseQualifiedDeclaration()
[all …]
DSemaLambda.cpp248 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in createLambdaClosureType()
298 if (LexicalDC->isRecord()) in getCurrentMangleNumberContext()
301 if (Var->getDeclContext()->isRecord()) in getCurrentMangleNumberContext()
DSemaTemplateInstantiateDecl.cpp41 if (DC->isRecord()) in isDeclWithinFunction()
1879 } else if (InstTemplate->getDeclContext()->isRecord() && in VisitFunctionTemplateDecl()
2367 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
3251 bool CheckRedeclaration = Owner->isRecord(); in VisitUsingDecl()
3735 assert(ClassTemplate->getDeclContext()->isRecord() && in VisitClassTemplateSpecializationDecl()
5571 Var->getLexicalDeclContext()->isRecord()) { in InstantiateVariableDefinition()
DSemaCXXScopeSpec.cpp582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp2048 (SS.isSet() && SemanticContext && SemanticContext->isRecord() && in CheckClassTemplate()
2118 if (!Invalid && TUK != TUK_Friend && NewTemplate->getDeclContext()->isRecord()) in CheckClassTemplate()
4540 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
7814 assert(VD->getDeclContext()->isRecord() && in BuildExpressionFromDeclTemplateArgument()
8379 if (S.getLangOpts().MicrosoftExt && !DC->isRecord()) in CheckTemplateSpecializationScope()
8389 if (DC->isRecord()) in CheckTemplateSpecializationScope()
9759 if (CurContext->isRecord()) { in CheckExplicitInstantiationScope()
DSemaDeclCXX.cpp12013 if (!getLangOpts().CPlusPlus11 && CurContext->isRecord()) in CheckUsingShadowDecl()
12126 if (CurContext->isRecord()) in CheckUsingShadowDecl()
12424 if (CurContext->isRecord()) in BuildUsingDeclaration()
12509 if (CurContext->isRecord()) { in BuildUsingDeclaration()
12655 if (CurContext->getRedeclContext()->isRecord()) { in BuildUsingEnumDeclaration()
12761 if (!CurContext->getRedeclContext()->isRecord()) { in CheckUsingDeclRedeclaration()
12866 if (!CurContext->isRecord()) { in CheckUsingDeclQualifier()
12876 if (NamedContext ? !NamedContext->getRedeclContext()->isRecord() in CheckUsingDeclQualifier()
12961 if (!NamedContext->isRecord()) { in CheckUsingDeclQualifier()
17282 while (DC->isRecord()) in ActOnFriendFunctionDecl()
[all …]
DSemaExprMember.cpp573 if (!DC->isRecord()) in CheckQualifiedMemberReference()
DSemaStmt.cpp4638 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in CreateCapturedStmtRecordDecl()
DSemaCodeComplete.cpp986 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) { in getBasePriority()
4180 if (S.CurContext->isRecord()) in mapCodeCompletionContext()
DSemaOverload.cpp1144 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord() && in CheckOverload()
12984 assert(!(*I)->getDeclContext()->isRecord()); in AddOverloadedCallCandidates()
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp1129 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent()
1842 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
1859 while (DC->isRecord()) { in getOuterLexicalRecordContext()
DExprClassification.cpp534 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
DDecl.cpp1501 if (D->getDeclContext()->isRecord()) in computeLVForDecl()
2154 if (DC->isRecord()) in getDeclLanguageLinkage()
2170 if (DC->isRecord()) { in isDeclExternC()
4737 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
DCommentSema.cpp662 if ((!Ctx || !Ctx->isRecord()) && in checkDeprecatedCommand()
DItaniumMangle.cpp1901 Context->getDeclContext()->isRecord()) { in mangleUnqualifiedBlock()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclBase.h2006 bool isRecord() const {
DDecl.h378 return DC->isRecord(); in isCXXClassMember()
1244 return getKind() != Decl::ParmVar && getDeclContext()->isRecord(); in isStaticDataMember()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp856 if (parent->isRecord()) { in CreateFunctionDecl()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExpr.cpp2927 while (CodeDC->isRecord() || isa<EnumDecl>(CodeDC)) { in ParseParenExpression()
DParseDecl.cpp6783 Actions.CurContext->isRecord()); in InitCXXThisScopeForDeclaratorIfRelevant()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp3783 if (DC->isRecord()) in collectVarDeclProps()
DCodeGenModule.cpp4770 if (First->getDeclContext()->isRecord() || !First->isInExternCContext()) in MaybeHandleStaticInExternC()

12