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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h310 bool isRecord() const { return Kind == K_Record; } function in struct:llvm::CodeGenInstAlias::ResultOperand
314 StringRef getName() const { assert(isRecord()); return Name; }
315 Record *getRecord() const { assert(isRecord()); return R; }
H A DAsmMatcherEmitter.cpp1554 if (CGA.ResultOperands[i].isRecord() &&
/external/clang/lib/Sema/
H A DSemaDecl.cpp388 if (CurContext->isRecord()) {
2246 if (DC->isRecord())
2467 if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord() &&
2923 !(Old->getLexicalDeclContext()->isRecord() &&
2924 !New->getLexicalDeclContext()->isRecord())) {
3081 Record->getDeclContext()->isRecord())
3090 CurContext->isRecord() &&
3510 if (!Record->isUnion() && !Owner->isRecord()) {
3955 if (Cur->isRecord())
3971 if (Cur->isRecord()) {
[all...]
H A DSemaLambda.cpp28 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
119 if (LexicalDC->isRecord())
122 if (Var->getDeclContext()->isRecord())
H A DSemaDeclCXX.cpp6647 if (!getLangOpts().CPlusPlus11 && CurContext->isRecord()) {
6718 if (CurContext->isRecord())
6871 assert(CurContext->isRecord() && "scope not record in instantiation");
6932 if (CurContext->isRecord()) {
7041 if (!CurContext->getRedeclContext()->isRecord())
7093 if (!CurContext->isRecord()) {
7100 if (!NamedContext || NamedContext->isRecord()) {
7123 if (!NamedContext->isRecord()) {
10808 while (DC->isRecord() || DC->isTransparentContext())
10917 if (!DC->isRecord()) {
[all...]
H A DSemaCXXScopeSpec.cpp485 !(LookupCtx && LookupCtx->isRecord() &&
H A DSemaTemplate.cpp1038 SemanticContext->isRecord() &&
1095 if (!Invalid && TUK != TUK_Friend && NewTemplate->getDeclContext()->isRecord())
4523 if (VD->getDeclContext()->isRecord() &&
4911 if (Ctx && (Ctx->isFileContext() || Ctx->isRecord()))
5005 if (S.CurContext->isRecord() && !IsPartialSpecialization) {
5020 if (S.CurContext->isRecord() &&
6264 if (CurContext->isRecord()) {
H A DSemaLookup.cpp385 if (!TD->getDeclContext()->isRecord()) {
1754 while (Ctx->isRecord() || Ctx->isTransparentContext() ||
2222 if (!FunTmpl->getDeclContext()->isRecord())
H A DSemaTemplateInstantiateDecl.cpp1020 } else if (InstTemplate->getDeclContext()->isRecord() &&
1400 if (Function->isOverloadedOperator() && !DC->isRecord() &&
2027 bool CheckRedeclaration = Owner->isRecord();
H A DSemaExprMember.cpp524 if (!DC->isRecord())
H A DSemaCodeComplete.cpp730 if (DC->isRecord() || isa<ObjCContainerDecl>(DC))
3032 if (S.CurContext->isRecord())
H A DSemaOverload.cpp923 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord();
9547 assert(!(*I)->getDeclContext()->isRecord());
H A DSemaType.cpp2835 FreeFunction = (DC && !DC->isRecord());
H A DSemaExpr.cpp1625 DC->getLexicalParent()->isRecord())
8215 if (Ctx && Ctx->isRecord()) {
/external/clang/lib/AST/
H A DDecl.cpp1103 if (D->getDeclContext()->isRecord())
1516 if (DC->isRecord())
1533 if (DC->isRecord()) {
3045 return isImplicit() && getDeclName() && getDeclContext()->isRecord() &&
H A DExprClassification.cpp467 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
H A DCommentSema.cpp672 if ((!Ctx || !Ctx->isRecord()) &&
H A DDeclBase.cpp754 getLexicalParent()->getRedeclContext()->isRecord())
H A DItaniumMangle.cpp1332 Context->getDeclContext()->isRecord()) {
/external/clang/include/clang/AST/
H A DDeclBase.h1058 bool isRecord() const { function in class:clang::DeclContext
H A DDecl.h207 return DC->isRecord();
861 return getKind() != Decl::ParmVar && getDeclContext()->isRecord();
/external/clang/lib/Parse/
H A DParseDecl.cpp4843 Actions.CurContext->isRecord());

Completed in 1476 milliseconds