Home
last modified time | relevance | path

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

123

/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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h363 bool isRecord() const { return Kind == K_Record; } in isRecord() function
367 StringRef getName() const { assert(isRecord()); return Name; } in getName()
368 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DCodeGenInstruction.cpp665 if (!isRecord()) in getMINumOperands()
/external/webrtc/examples/unityplugin/
DREADME70 private static extern bool SetAudioControl(int peerConnectionId, bool isMute, bool isRecord);
179 public void SetAudioControl(bool isMute, bool isRecord) {
180 SetAudioControl(mPeerConnectionId, isMute, isRecord);
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DDefinitionsInHeadersCheck.cpp113 while (DC->isRecord()) { in check()
/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()
DSemaCXXScopeSpec.cpp566 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
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()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp645 if (CurContext->isRecord()) { in isMicrosoftMissingTypename()
3090 if (DC->isRecord()) in haveIncompatibleLanguageLinkages()
3540 if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord() && in MergeFunctionDecl()
4166 !(Old->getLexicalDeclContext()->isRecord() && in MergeVarDecl()
4167 !New->getLexicalDeclContext()->isRecord())) { in MergeVarDecl()
4647 Record->getDeclContext()->isRecord()) { in ParsedFreeStandingDeclSpec()
4671 if (!getLangOpts().CPlusPlus && CurContext->isRecord() && in ParsedFreeStandingDeclSpec()
5139 Owner->isRecord()) in BuildAnonymousStructOrUnion()
5144 if (!Record->isUnion() && !Owner->isRecord()) { in BuildAnonymousStructOrUnion()
5614 if (Cur->isRecord()) { in diagnoseQualifiedDeclaration()
[all …]
DSemaLambda.cpp246 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in createLambdaClosureType()
297 if (LexicalDC->isRecord()) in getCurrentMangleNumberContext()
300 if (Var->getDeclContext()->isRecord()) in getCurrentMangleNumberContext()
DSemaTemplateInstantiateDecl.cpp38 if (DC->isRecord()) in isDeclWithinFunction()
1752 } else if (InstTemplate->getDeclContext()->isRecord() && in VisitFunctionTemplateDecl()
2195 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
3009 bool CheckRedeclaration = Owner->isRecord(); in VisitUsingDecl()
3480 assert(ClassTemplate->getDeclContext()->isRecord() && in VisitClassTemplateSpecializationDecl()
5341 Var->getLexicalDeclContext()->isRecord()) { in InstantiateVariableDefinition()
DSemaCXXScopeSpec.cpp568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
/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/llvm-project/clang/lib/AST/
DDeclBase.cpp1096 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent()
1817 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()
1834 while (DC->isRecord()) { in getOuterLexicalRecordContext()
DExprClassification.cpp520 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
DDecl.cpp1420 if (D->getDeclContext()->isRecord()) in computeLVForDecl()
2061 if (DC->isRecord()) in getDeclLanguageLinkage()
2077 if (DC->isRecord()) { in isDeclExternC()
4505 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DArgumentCommentCheck.cpp206 if (Ctx == nullptr || !Ctx->isRecord()) in findMockedMethod()
/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp279 InClass = InClass || DC->isRecord(); in computeScope()
/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()
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp434 bool isRecord{std::holds_alternative<DeclarationTypeSpec::Record>(dts.u)}; in Unparse() local
437 CHECK(!isRecord); in Unparse()
444 CHECK(!isRecord); in Unparse()
447 if (isRecord) { in Unparse()

123