Searched refs:AttrList (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/VMCore/
H A DAttributes.cpp210 AttrListPtr::AttrListPtr(AttributeListImpl *LI) : AttrList(LI) {
214 AttrListPtr::AttrListPtr(const AttrListPtr &P) : AttrList(P.AttrList) {
215 if (AttrList) AttrList->AddRef();
220 if (AttrList == RHS.AttrList) return *this;
221 if (AttrList) AttrList->DropRef();
222 AttrList
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAndroid.mk7 AttrList.inc \
/external/llvm/include/llvm/
H A DAttributes.h299 /// AttrList - The attributes that we are managing. This can be null
301 AttributeListImpl *AttrList; member in class:llvm::AttrListPtr
303 AttrListPtr() : AttrList(0) {}
364 { return AttrList == RHS.AttrList; }
366 { return AttrList != RHS.AttrList; }
377 return AttrList;
387 return AttrList == 0;
/external/clang/lib/Edit/
H A DAndroid.mk16 AttrList.inc \
/external/clang/lib/Rewrite/Core/
H A DAndroid.mk13 AttrList.inc \
/external/clang/lib/Rewrite/Frontend/
H A DAndroid.mk13 AttrList.inc \
/external/clang/lib/ARCMigrate/
H A DAndroid.mk10 AttrList.inc \
/external/clang/lib/Analysis/
H A DAndroid.mk9 AttrList.inc \
/external/clang/lib/Serialization/
H A DAndroid.mk13 AttrList.inc \
/external/clang/lib/Parse/
H A DAndroid.mk9 AttrList.inc \
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp62 StmtResult Sema::ProcessStmtAttributes(Stmt *S, AttributeList *AttrList, argument
65 for (const AttributeList* l = AttrList; l; l = l->getNext()) {
H A DAndroid.mk9 AttrList.inc \
H A DSemaDeclObjC.cpp432 SourceLocation EndProtoLoc, AttributeList *AttrList) {
460 if (AttrList)
461 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
641 AttributeList *AttrList) {
643 // FIXME: Deal with AttrList.
680 if (AttrList)
681 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
2791 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind,
2914 if (AttrList)
2915 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
427 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
634 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
2780 ActOnMethodDeclaration( Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, ArrayRef<SourceLocation> SelectorLocs, Selector Sel, ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
[all...]
/external/clang/include/clang/Basic/
H A DMakefile9 DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
46 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
/external/clang/lib/StaticAnalyzer/Core/
H A DAndroid.mk4 AttrList.inc \
/external/clang/lib/CodeGen/
H A DAndroid.mk4 AttrList.inc \
/external/clang/lib/Frontend/
H A DAndroid.mk9 AttrList.inc \
/external/clang/lib/AST/
H A DAndroid.mk10 AttrList.inc \
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAndroid.mk5 AttrList.inc \
/external/clang/include/clang/Sema/
H A DDeclSpec.h1020 AttributeList *AttrList; member in struct:clang::DeclaratorChunk::TypeInfoCommon
1310 return Common.AttrList;
1314 return Common.AttrList;
1329 I.Ptr.AttrList = 0;
1341 I.Ref.AttrList = 0;
1353 I.Arr.AttrList = 0;
1392 I.Cls.AttrList = 0;
1403 I.Mem.AttrList = 0;
1415 I.Common.AttrList = 0;
H A DAttributeList.h519 AttributeList *AttrList;
523 : AttrList(attrList), Range(range), HasAttr (hasAttr) {
526 : AttrList(0), Range(), HasAttr(false) {
/external/clang/
H A Dclang-tblgen-rules.mk19 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),)
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
21 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
/external/clang/tools/libclang/
H A DIndexingContext.cpp843 EntityInfo.AttrList = AttrListInfo::create(D, *this);
844 EntityInfo.attributes = EntityInfo.AttrList->getAttrs();
845 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
H A DIndexingContext.h49 IntrusiveRefCntPtr<AttrListInfo> AttrList; member in struct:clang::cxindex::EntityInfo
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp815 const std::vector<Record*> &AttrList) {
816 std::vector<Record*>::const_iterator i = AttrList.begin(), e = AttrList.end();
814 EmitAttrList(raw_ostream &OS, StringRef Class, const std::vector<Record*> &AttrList) argument

Completed in 1959 milliseconds

12