Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h297 bool isRecord() const { return Kind == K_Record; } in isRecord() function
301 StringRef getName() const { assert(isRecord()); return Name; } in getName()
302 Record *getRecord() const { assert(isRecord()); return R; } in getRecord()
DAsmMatcherEmitter.cpp1369 if (CGA.ResultOperands[i].isRecord() && in BuildAliasOperandReference()
/external/clang/lib/Sema/
DSemaDecl.cpp273 if (CurContext->isRecord()) { in isMicrosoftMissingTypename()
1711 if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord()) { in MergeFunctionDecl()
2120 !(Old->getLexicalDeclContext()->isRecord() && in MergeVarDecl()
2121 !New->getLexicalDeclContext()->isRecord())) { in MergeVarDecl()
2223 Record->getDeclContext()->isRecord()) in ParsedFreeStandingDeclSpec()
2234 CurContext->isRecord() && in ParsedFreeStandingDeclSpec()
2622 if (!Record->isUnion() && !Owner->isRecord()) { in BuildAnonymousStructOrUnion()
3490 if (PrevOuterContext->isRecord()) in isOutOfScopePreviousDeclaration()
3594 if (!DC->isRecord() && S->getFnParent() == 0) { in ActOnVariableDeclarator()
3619 if (DC->isRecord() && !CurContext->isRecord()) { in ActOnVariableDeclarator()
[all …]
DCodeCompleteConsumer.cpp272 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) in getPriorityFromDecl()
DSemaCXXScopeSpec.cpp461 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
DSemaDeclCXX.cpp5090 if (!getLangOptions().CPlusPlus0x && CurContext->isRecord()) { in CheckUsingShadowDecl()
5161 if (CurContext->isRecord()) in CheckUsingShadowDecl()
5314 assert(CurContext->isRecord() && "scope not record in instantiation"); in BuildUsingDeclaration()
5478 if (!CurContext->getRedeclContext()->isRecord()) in CheckUsingDeclRedeclaration()
5530 if (!CurContext->isRecord()) { in CheckUsingDeclQualifier()
5537 if (!NamedContext || NamedContext->isRecord()) { in CheckUsingDeclQualifier()
5560 if (!NamedContext->isRecord()) { in CheckUsingDeclQualifier()
8527 while (DC->isRecord()) in ActOnFriendFunctionDecl()
8599 if (!DC->isRecord()) { in ActOnFriendFunctionDecl()
DSemaLookup.cpp367 if (!TD->getDeclContext()->isRecord()) { in resolveKind()
1686 while (Ctx->isRecord() || Ctx->isTransparentContext() || in CollectEnclosingNamespace()
2142 if (!FunTmpl->getDeclContext()->isRecord()) in LookupOverloadedOperatorName()
DSemaTemplate.cpp969 SemanticContext->isRecord() && in CheckClassTemplate()
4037 if (VD->getDeclContext()->isRecord() && in BuildExpressionFromDeclTemplateArgument()
4407 if (Ctx && (Ctx->isFileContext() || Ctx->isRecord())) in CheckTemplateDeclScope()
4498 if (S.CurContext->isRecord() && !IsPartialSpecialization) { in CheckTemplateSpecializationScope()
5676 if (CurContext->isRecord()) { in CheckExplicitInstantiationScope()
DSemaTemplateInstantiateDecl.cpp1281 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
1789 bool CheckRedeclaration = Owner->isRecord(); in VisitUsingDecl()
DSemaExprMember.cpp511 if (!DC->isRecord()) in CheckQualifiedMemberReference()
DSemaType.cpp2320 FreeFunction = (DC && !DC->isRecord()); in GetFullTypeForDeclarator()
DSemaOverload.cpp600 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord(); in CheckOverload()
8122 assert(!(*I)->getDeclContext()->isRecord()); in AddOverloadedCallCandidates()
DSemaCodeComplete.cpp2788 else if (S.CurContext->isRecord()) in mapCodeCompletionContext()
DSemaExpr.cpp7214 if (Ctx && Ctx->isRecord()) { in CheckAddressOfOperand()
/external/chromium/chrome/browser/
Dplatform_util_mac.mm74 false, // isRecord
/external/clang/lib/AST/
DDecl.cpp748 if (D->getDeclContext()->isRecord()) in getLVForDecl()
1557 if (DC->isRecord()) in isExternC()
2365 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
DExprClassification.cpp436 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord()) in ClassifyMemberExpr()
DDeclBase.cpp685 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent()
DItaniumMangle.cpp378 if (D->getDeclContext()->isRecord()) in shouldMangleDeclName()
/external/clang/include/clang/AST/
DDeclBase.h913 bool isRecord() const { in isRecord() function
DDecl.h194 return DC->isRecord(); in isCXXClassMember()
866 return getKind() != Decl::ParmVar && getDeclContext()->isRecord(); in isStaticDataMember()
/external/clang/lib/Parse/
DParseTemplate.cpp1168 while (DD && DD->isRecord()) { in ParseLateTemplatedFuncDef()