Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaStmtAttr.cpp67 StmtResult Sema::ProcessStmtAttributes(Stmt *S, AttributeList *AttrList, in ProcessStmtAttributes() argument
70 for (const AttributeList* l = AttrList; l; l = l->getNext()) { in ProcessStmtAttributes()
DAndroid.mk9 AttrList.inc \
DSemaDeclObjC.cpp450 SourceLocation EndProtoLoc, AttributeList *AttrList) { in ActOnStartClassInterface() argument
495 if (AttrList) in ActOnStartClassInterface()
496 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
679 AttributeList *AttrList) { in ActOnStartProtocolInterface() argument
718 if (AttrList) in ActOnStartProtocolInterface()
719 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
3073 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration() argument
3183 if (AttrList) in ActOnMethodDeclaration()
3184 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
/external/clang/include/clang/Sema/
DDeclSpec.h1041 AttributeList *AttrList; member
1349 return Common.AttrList; in getAttrs()
1353 return Common.AttrList; in getAttrListRef()
1368 I.Ptr.AttrList = 0; in getPointer()
1380 I.Ref.AttrList = 0; in getReference()
1392 I.Arr.AttrList = 0; in getArray()
1433 I.Cls.AttrList = 0; in getBlockPointer()
1444 I.Mem.AttrList = 0; in getMemberPointer()
1456 I.Common.AttrList = 0; in getParen()
2033 AttributeList *AttrList = Attrs.getList(); in getCXX11AttributeRanges() local
[all …]
DAttributeList.h642 AttributeList *AttrList; member
646 : AttrList(attrList), Range(range), HasAttr (hasAttr) { in CXX11AttributeList()
649 : AttrList(0), Range(), HasAttr(false) { in CXX11AttributeList()
DSema.h1579 AttributeList *AttrList,
1705 AttributeList *AttrList);
2515 const AttributeList *AttrList);
3543 AttributeList *AttrList);
3571 AttributeList *AttrList);
3602 AttributeList *AttrList,
3615 AttributeList *AttrList,
3623 AttributeList *AttrList,
4680 AttributeList *AttrList);
6458 AttributeList *AttrList);
[all …]
/external/clang/include/clang/Basic/
DMakefile9 DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
46 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
DCMakeLists.txt26 clang_tablegen(AttrList.inc -gen-clang-attr-list
/external/llvm/lib/IR/
DAttributeImpl.h173 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() argument
174 for (unsigned I = 0, E = AttrList.size(); I != E; ++I) in Profile()
175 AttrList[I].Profile(ID); in Profile()
/external/clang/lib/Edit/
DAndroid.mk16 AttrList.inc \
/external/clang/lib/Rewrite/Core/
DAndroid.mk13 AttrList.inc \
/external/clang/lib/Rewrite/Frontend/
DAndroid.mk13 AttrList.inc \
/external/clang/lib/StaticAnalyzer/Frontend/
DAndroid.mk7 AttrList.inc \
/external/clang/lib/Serialization/
DAndroid.mk13 AttrList.inc \
/external/clang/lib/Parse/
DAndroid.mk10 AttrList.inc \
/external/clang/lib/Analysis/
DAndroid.mk9 AttrList.inc \
/external/clang/lib/ARCMigrate/
DAndroid.mk10 AttrList.inc \
/external/clang/lib/Frontend/
DAndroid.mk9 AttrList.inc \
/external/clang/lib/StaticAnalyzer/Core/
DAndroid.mk4 AttrList.inc \
/external/clang/lib/CodeGen/
DAndroid.mk4 AttrList.inc \
/external/clang/lib/StaticAnalyzer/Checkers/
DAndroid.mk5 AttrList.inc \
/external/clang/lib/AST/
DAndroid.mk11 AttrList.inc \
/external/clang/
Dclang-tblgen-rules.mk26 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),)
27 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
28 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
29 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td |…
/external/clang/tools/libclang/
DIndexingContext.cpp928 EntityInfo.AttrList = AttrListInfo::create(D, *this); in getEntityInfo()
929 EntityInfo.attributes = EntityInfo.AttrList->getAttrs(); in getEntityInfo()
930 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs(); in getEntityInfo()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1062 const std::vector<Record*> &AttrList) { in EmitAttrList() argument
1063 std::vector<Record*>::const_iterator i = AttrList.begin(), e = AttrList.end(); in EmitAttrList()

12