/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 324 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()
|
D | CodeGenInstruction.cpp | 562 if (!isRecord()) in getMINumOperands()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 363 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()
|
D | CodeGenInstruction.cpp | 665 if (!isRecord()) in getMINumOperands()
|
/external/webrtc/examples/unityplugin/ |
D | README | 70 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/ |
D | DefinitionsInHeadersCheck.cpp | 113 while (DC->isRecord()) { in check()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 584 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 …]
|
D | SemaLambda.cpp | 248 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in createLambdaClosureType() 298 if (LexicalDC->isRecord()) in getCurrentMangleNumberContext() 301 if (Var->getDeclContext()->isRecord()) in getCurrentMangleNumberContext()
|
D | SemaTemplateInstantiateDecl.cpp | 33 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()
|
D | SemaCXXScopeSpec.cpp | 566 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
|
D | SemaTemplate.cpp | 1086 (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/ |
D | SemaDecl.cpp | 645 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 …]
|
D | SemaLambda.cpp | 246 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in createLambdaClosureType() 297 if (LexicalDC->isRecord()) in getCurrentMangleNumberContext() 300 if (Var->getDeclContext()->isRecord()) in getCurrentMangleNumberContext()
|
D | SemaTemplateInstantiateDecl.cpp | 38 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()
|
D | SemaCXXScopeSpec.cpp | 568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 994 Boolean isRecord; in AE_AECreateList() local 1001 &isRecord)) in AE_AECreateList() 1005 isRecord, in AE_AECreateList()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 1096 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent() 1817 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext() 1834 while (DC->isRecord()) { in getOuterLexicalRecordContext()
|
D | ExprClassification.cpp | 520 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
|
D | Decl.cpp | 1420 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/ |
D | ArgumentCommentCheck.cpp | 206 if (Ctx == nullptr || !Ctx->isRecord()) in findMockedMethod()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Quality.cpp | 279 InClass = InClass || DC->isRecord(); in computeScope()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 895 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent() 1554 while (DC->isRecord()) { in getOuterLexicalRecordContext()
|
D | ExprClassification.cpp | 487 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
|
D | Decl.cpp | 1324 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/ |
D | unparse.cpp | 434 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()
|