Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h298 bool isRecord() const { return Kind == K_Record; } in isRecord() function
302 StringRef getName() const { assert(isRecord()); return Name; } in getName()
303 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DAsmMatcherEmitter.cpp1374 if (CGA.ResultOperands[i].isRecord() && in BuildAliasOperandReference()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h324 bool isRecord() const { return Kind == K_Record; } in isRecord() function
328 StringRef getName() const { assert(isRecord()); return Name; } in getName()
329 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DCodeGenInstruction.cpp562 if (!isRecord()) in getMINumOperands()
DAsmMatcherEmitter.cpp1699 if (CGA.ResultOperands[i].isRecord() && in buildAliasOperandReference()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h336 bool isRecord() const { return Kind == K_Record; } in isRecord() function
340 StringRef getName() const { assert(isRecord()); return Name; } in getName()
341 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DCodeGenInstruction.cpp582 if (!isRecord()) in getMINumOperands()
DAsmMatcherEmitter.cpp1738 if (CGA.ResultOperands[i].isRecord() && in buildAliasOperandReference()
/external/clang/lib/Sema/
DSemaDecl.cpp584 if (CurContext->isRecord()) { in isMicrosoftMissingTypename()
2660 if (DC->isRecord()) in haveIncompatibleLanguageLinkages()
2990 if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord() && in MergeFunctionDecl()
3617 !(Old->getLexicalDeclContext()->isRecord() && in MergeVarDecl()
3618 !New->getLexicalDeclContext()->isRecord())) { in MergeVarDecl()
3926 Record->getDeclContext()->isRecord()) { in ParsedFreeStandingDeclSpec()
3950 if (!getLangOpts().CPlusPlus && CurContext->isRecord() && in ParsedFreeStandingDeclSpec()
4410 Owner->isRecord()) in BuildAnonymousStructOrUnion()
4415 if (!Record->isUnion() && !Owner->isRecord()) { in BuildAnonymousStructOrUnion()
4851 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.cpp33 if (DC->isRecord()) in isDeclWithinFunction()
1368 } else if (InstTemplate->getDeclContext()->isRecord() && in VisitFunctionTemplateDecl()
1748 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
2376 bool CheckRedeclaration = Owner->isRecord(); in VisitUsingDecl()
2666 assert(ClassTemplate->getDeclContext()->isRecord() && in VisitClassTemplateSpecializationDecl()
4175 Var->getLexicalDeclContext()->isRecord()) { in InstantiateVariableDefinition()
DSemaTemplate.cpp1086 (SS.isSet() && SemanticContext && SemanticContext->isRecord() && in CheckClassTemplate()
1144 if (!Invalid && TUK != TUK_Friend && NewTemplate->getDeclContext()->isRecord()) in CheckClassTemplate()
2593 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
5433 if (VD->getDeclContext()->isRecord() && in BuildExpressionFromDeclTemplateArgument()
5934 if (S.CurContext->isRecord() && !IsPartialSpecialization) { in CheckTemplateSpecializationScope()
5949 if (S.CurContext->isRecord() && in CheckTemplateSpecializationScope()
7252 if (CurContext->isRecord()) { in CheckExplicitInstantiationScope()
DSemaCXXScopeSpec.cpp566 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
DSemaDeclCXX.cpp7913 if (!getLangOpts().CPlusPlus11 && CurContext->isRecord()) { in CheckUsingShadowDecl()
7996 if (CurContext->isRecord()) in CheckUsingShadowDecl()
8284 assert(CurContext->isRecord() && "scope not record in instantiation"); in BuildUsingDeclaration()
8343 if (CurContext->isRecord()) { in BuildUsingDeclaration()
8512 if (!CurContext->getRedeclContext()->isRecord()) in CheckUsingDeclRedeclaration()
8564 if (!CurContext->isRecord()) { in CheckUsingDeclQualifier()
8571 if (!NamedContext || NamedContext->getRedeclContext()->isRecord()) { in CheckUsingDeclQualifier()
8658 if (!NamedContext->isRecord()) { in CheckUsingDeclQualifier()
12824 while (DC->isRecord()) in ActOnFriendFunctionDecl()
12920 if (!DC->isRecord()) { in ActOnFriendFunctionDecl()
[all …]
DSemaExprMember.cpp550 if (!DC->isRecord()) in CheckQualifiedMemberReference()
DSemaCodeComplete.cpp744 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) in getBasePriority()
3172 if (S.CurContext->isRecord()) in mapCodeCompletionContext()
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c994 Boolean isRecord; in AE_AECreateList() local
1001 &isRecord)) in AE_AECreateList()
1005 isRecord, in AE_AECreateList()
/external/clang/lib/AST/
DDeclBase.cpp895 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent()
1554 while (DC->isRecord()) { in getOuterLexicalRecordContext()
DExprClassification.cpp487 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
DDecl.cpp1324 if (D->getDeclContext()->isRecord()) in computeLVForDecl()
1868 if (DC->isRecord()) in getDeclLanguageLinkage()
1884 if (DC->isRecord()) { in isDeclExternC()
3748 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
DCommentSema.cpp685 if ((!Ctx || !Ctx->isRecord()) && in checkDeprecatedCommand()
DItaniumMangle.cpp1550 Context->getDeclContext()->isRecord()) { in mangleUnqualifiedBlock()
1583 Context->getDeclContext()->isRecord()) { in mangleLambda()
/external/clang/include/clang/AST/
DDeclBase.h1287 bool isRecord() const { in isRecord() function
DDecl.h324 return DC->isRecord(); in isCXXClassMember()
1060 return getKind() != Decl::ParmVar && getDeclContext()->isRecord(); in isStaticDataMember()
/external/clang/lib/Parse/
DParseExpr.cpp2236 while (CodeDC->isRecord() || isa<EnumDecl>(CodeDC)) { in ParseParenExpression()

12