Searched refs:AT_constructor (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Index/ |
D | recursive-cxx-member-calls.cpp | 17 AT_carries_dependency, AT_cdecl, AT_cleanup, AT_const, AT_constructor, enumerator 155 .Case("constructor", AT_constructor) in getKind()
|
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 156 .Case("constructor", AT_constructor) in getKind()
|
D | SemaDeclAttr.cpp | 2939 case AttributeList::AT_constructor: handleConstructorAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 175 AT_constructor, enumerator
|