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

12

/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/StaticAnalyzer/Frontend/
H A DAndroid.mk7 AttrList.inc \
/external/clang/lib/Parse/
H A DAndroid.mk9 AttrList.inc \
H A DParseDecl.cpp1258 AttributeList *AttrList = attrs.getList(); local
1259 while (AttrList) {
1260 if (AttrList->isCXX11Attribute()) {
1261 Diag(AttrList->getLoc(), diag::err_attribute_not_type_attr)
1262 << AttrList->getName();
1263 AttrList->setInvalid();
1265 AttrList = AttrList->getNext();
5645 attrs.set(Chunk.Common.AttrList);
/external/clang/lib/Serialization/
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/lldb/source/Symbol/
H A DAndroid.mk7 AttrList.inc \
/external/clang/include/clang/Basic/
H A DMakefile10 DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
47 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
/external/clang/lib/CodeGen/
H A DAndroid.mk4 AttrList.inc \
/external/clang/lib/Frontend/
H A DAndroid.mk9 AttrList.inc \
/external/clang/lib/Sema/
H A DAndroid.mk9 AttrList.inc \
H A DSemaStmtAttr.cpp218 StmtResult Sema::ProcessStmtAttributes(Stmt *S, AttributeList *AttrList, argument
221 for (const AttributeList* l = AttrList; l; l = l->getNext()) {
H A DSemaDeclObjC.cpp461 SourceLocation EndProtoLoc, AttributeList *AttrList) {
506 if (AttrList)
507 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
710 AttributeList *AttrList) {
712 // FIXME: Deal with AttrList.
749 if (AttrList)
750 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
3054 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind,
3160 if (AttrList)
3161 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
456 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
703 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
3043 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/lib/StaticAnalyzer/Core/
H A DAndroid.mk4 AttrList.inc \
/external/llvm/lib/IR/
H A DAttributeImpl.h176 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { argument
177 for (unsigned I = 0, E = AttrList.size(); I != E; ++I)
178 AttrList[I].Profile(ID);
/external/clang/include/clang/Sema/
H A DDeclSpec.h1057 AttributeList *AttrList; member in struct:clang::DeclaratorChunk::TypeInfoCommon
1368 return Common.AttrList;
1372 return Common.AttrList;
1387 I.Ptr.AttrList = nullptr;
1399 I.Ref.AttrList = nullptr;
1411 I.Arr.AttrList = nullptr;
1452 I.Cls.AttrList = nullptr;
1463 I.Mem.AttrList = nullptr;
1475 I.Common.AttrList = nullptr;
2058 AttributeList *AttrList
[all...]
H A DSema.h1711 AttributeList *AttrList,
1844 AttributeList *AttrList);
2689 const AttributeList *AttrList);
3767 AttributeList *AttrList);
3795 AttributeList *AttrList);
3829 AttributeList *AttrList,
3842 AttributeList *AttrList,
3850 AttributeList *AttrList,
4924 AttributeList *AttrList);
6766 AttributeList *AttrList);
[all...]
/external/clang/lib/AST/
H A DAndroid.mk11 AttrList.inc \
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAndroid.mk5 AttrList.inc \
/external/clang/
H A Dclang-tblgen-rules.mk33 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),)
34 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
35 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
36 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
/external/clang/tools/libclang/
H A DIndexingContext.cpp929 EntityInfo.AttrList = AttrListInfo::create(D, *this);
930 EntityInfo.attributes = EntityInfo.AttrList->getAttrs();
931 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
H A DIndexingContext.h49 IntrusiveRefCntPtr<AttrListInfo> AttrList; member in struct:clang::cxindex::EntityInfo

Completed in 525 milliseconds

12