Searched defs:AttributeList (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | TargetAttributesSema.h | 16 class AttributeList; variable
|
/external/llvm/lib/IR/ |
D | Module.cpp | 140 AttributeSet AttributeList) { in getOrInsertFunction() 173 AttributeSet AttributeList) { in getOrInsertTargetIntrinsic() 199 AttributeSet AttributeList, in getOrInsertFunction()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 163 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() function 178 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() function 201 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() function 220 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList() function
|
D | Sema.h | 66 class AttributeList; variable
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLToken.h | 62 typedef WTF::Vector<Attribute, 10> AttributeList; typedef
|
/external/clang/test/Index/ |
D | recursive-cxx-member-calls.cpp | 12 class AttributeList { class
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 554 AttributeListType AttributeList; in SetLLVMFunctionAttributes() local
|
D | CGCall.cpp | 2334 CodeGen::AttributeListType AttributeList; in EmitCall() local
|