Home
last modified time | relevance | path

Searched refs:hasAttrs (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h358 bool hasAttrs() const { return HasAttrs; } in hasAttrs() function
368 if (hasAttrs()) in addAttr()
379 return hasAttrs() ? getAttrs().begin() : 0; in attr_begin()
382 return hasAttrs() ? getAttrs().end() : 0; in attr_end()
412 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : 0; in getAttr()
415 return hasAttrs() && hasSpecificAttr<T>(getAttrs()); in hasAttr()
421 return hasAttrs() ? getMaxAttrAlignment(getAttrs(), getASTContext()) : 0; in getMaxAlignment()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp149 Record.push_back(D->hasAttrs()); in VisitDecl()
150 if (D->hasAttrs()) in VisitDecl()
180 if (!D->hasAttrs() && in VisitTypedefDecl()
228 if (!D->hasAttrs() && in VisitEnumDecl()
251 if (!D->hasAttrs() && in VisitRecordDecl()
469 if (!D->hasAttrs() && in VisitObjCIvarDecl()
610 if (!D->hasAttrs() && in VisitFieldDecl()
662 if (!D->hasAttrs() && in VisitVarDecl()
704 if (!D->hasAttrs() && in VisitParmVarDecl()
/external/clang/lib/AST/
DMicrosoftMangle.cpp122 if (!getASTContext().getLangOptions().CPlusPlus && !D->hasAttrs()) in shouldMangleDeclName()
DItaniumMangle.cpp346 if (!getASTContext().getLangOptions().CPlusPlus && !D->hasAttrs()) in shouldMangleDeclName()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp170 if (FD->hasAttrs()) { in evalCall()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2410 if (ObjCMethod->hasAttrs() && in ActOnMethodDeclaration()
2426 if (ObjCMethod->hasAttrs() && in ActOnMethodDeclaration()
DSemaDecl.cpp1460 if (!oldDecl->hasAttrs()) in mergeDeclAttributes()
1463 bool foundAny = newDecl->hasAttrs(); in mergeDeclAttributes()
1488 if (!oldDecl->hasAttrs()) in mergeParamDeclAttributes()
1491 bool foundAny = newDecl->hasAttrs(); in mergeParamDeclAttributes()