Home
last modified time | relevance | path

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

12

/external/llvm/utils/TableGen/
DCodeGenInstruction.h319 bool isRecord() const { return Kind == K_Record; } in isRecord() function
323 StringRef getName() const { assert(isRecord()); return Name; } in getName()
324 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DCodeGenInstruction.cpp540 if (!isRecord()) in getMINumOperands()
DAsmMatcherEmitter.cpp1571 if (CGA.ResultOperands[i].isRecord() && in buildAliasOperandReference()
/external/clang/lib/Sema/
DSemaDecl.cpp496 if (CurContext->isRecord()) { in isMicrosoftMissingTypename()
2368 if (DC->isRecord()) in haveIncompatibleLanguageLinkages()
2642 if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord() && in MergeFunctionDecl()
3216 !(Old->getLexicalDeclContext()->isRecord() && in MergeVarDecl()
3217 !New->getLexicalDeclContext()->isRecord())) { in MergeVarDecl()
3403 Record->getDeclContext()->isRecord()) in ParsedFreeStandingDeclSpec()
3412 CurContext->isRecord() && in ParsedFreeStandingDeclSpec()
3864 Owner->isRecord()) in BuildAnonymousStructOrUnion()
3869 if (!Record->isUnion() && !Owner->isRecord()) { in BuildAnonymousStructOrUnion()
4300 if (Cur->isRecord()) { in diagnoseQualifiedDeclaration()
[all …]
DSemaLambda.cpp247 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in createLambdaClosureType()
297 if (LexicalDC->isRecord()) in getCurrentMangleNumberContext()
300 if (Var->getDeclContext()->isRecord()) in getCurrentMangleNumberContext()
DSemaTemplateInstantiateDecl.cpp33 if (DC->isRecord()) in isDeclWithinFunction()
1129 } else if (InstTemplate->getDeclContext()->isRecord() && in VisitFunctionTemplateDecl()
1489 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
2147 bool CheckRedeclaration = Owner->isRecord(); in VisitUsingDecl()
2343 assert(ClassTemplate->getDeclContext()->isRecord() && in VisitClassTemplateSpecializationDecl()
3938 Var->getLexicalDeclContext()->isRecord()) { in InstantiateVariableDefinition()
DSemaCXXScopeSpec.cpp494 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
DSemaDeclCXX.cpp455 !New->getDeclContext()->isRecord()) in MergeCXXFunctionDecl()
7286 if (!getLangOpts().CPlusPlus11 && CurContext->isRecord()) { in CheckUsingShadowDecl()
7358 if (CurContext->isRecord()) in CheckUsingShadowDecl()
7609 assert(CurContext->isRecord() && "scope not record in instantiation"); in BuildUsingDeclaration()
7676 if (CurContext->isRecord()) { in BuildUsingDeclaration()
7814 if (!CurContext->getRedeclContext()->isRecord()) in CheckUsingDeclRedeclaration()
7866 if (!CurContext->isRecord()) { in CheckUsingDeclQualifier()
7873 if (!NamedContext || NamedContext->isRecord()) { in CheckUsingDeclQualifier()
7944 if (!NamedContext->isRecord()) { in CheckUsingDeclQualifier()
11941 while (DC->isRecord()) in ActOnFriendFunctionDecl()
[all …]
DSemaTemplate.cpp1031 (SS.isSet() && SemanticContext && SemanticContext->isRecord() && in CheckClassTemplate()
1089 if (!Invalid && TUK != TUK_Friend && NewTemplate->getDeclContext()->isRecord()) in CheckClassTemplate()
2489 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
5190 if (VD->getDeclContext()->isRecord() && in BuildExpressionFromDeclTemplateArgument()
5689 if (S.CurContext->isRecord() && !IsPartialSpecialization) { in CheckTemplateSpecializationScope()
5704 if (S.CurContext->isRecord() && in CheckTemplateSpecializationScope()
6966 if (CurContext->isRecord()) { in CheckExplicitInstantiationScope()
DSemaExprMember.cpp535 if (!DC->isRecord()) in CheckQualifiedMemberReference()
DSemaLookup.cpp402 if (!TD->getDeclContext()->isRecord()) { in resolveKind()
1941 while (Ctx->isRecord() || Ctx->isTransparentContext() || in CollectEnclosingNamespace()
DSemaStmt.cpp3318 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext())) in CreateCapturedStmtRecordDecl()
DSemaCodeComplete.cpp728 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) in getBasePriority()
3052 if (S.CurContext->isRecord()) in mapCodeCompletionContext()
DSemaOverload.cpp932 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord() && in CheckOverload()
10249 assert(!(*I)->getDeclContext()->isRecord()); in AddOverloadedCallCandidates()
/external/chromium_org/chrome/browser/
Dplatform_util_mac.mm70 false, // isRecord
/external/clang/lib/AST/
DExprClassification.cpp475 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
DDecl.cpp1260 if (D->getDeclContext()->isRecord()) in computeLVForDecl()
1762 if (DC->isRecord()) in getDeclLanguageLinkage()
1778 if (DC->isRecord()) { in isDeclExternC()
3520 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
DCommentSema.cpp687 if ((!Ctx || !Ctx->isRecord()) && in checkDeprecatedCommand()
DDeclBase.cpp791 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent()
DItaniumMangle.cpp1396 Context->getDeclContext()->isRecord()) { in mangleUnqualifiedBlock()
1429 Context->getDeclContext()->isRecord()) { in mangleLambda()
/external/clang/include/clang/AST/
DDeclBase.h1153 bool isRecord() const { in isRecord() function
DDecl.h209 return DC->isRecord(); in isCXXClassMember()
914 return getKind() != Decl::ParmVar && getDeclContext()->isRecord(); in isStaticDataMember()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1383 if (!pointee_record_decl->isRecord()) in MaybePromoteToBlockPointerType()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1807 if (First->getDeclContext()->isRecord() || !First->isInExternCContext()) in MaybeHandleStaticInExternC()
/external/clang/lib/Parse/
DParseDecl.cpp5162 Actions.CurContext->isRecord()); in ParseFunctionDeclarator()

12