HomeSort by: relevance | last modified time | path
    Searched refs:PropertyData (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 176 struct PropertyData {
179 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId)
212 detail::TypeTagForDatatypeData, ParsedType, detail::PropertyData> {
226 size_t numTrailingObjects(OverloadToken<detail::PropertyData>) const {
390 new (&getPropertyDataBuffer()) detail::PropertyData(getterId, setterId);
412 detail::PropertyData &getPropertyDataBuffer() {
414 return *getTrailingObjects<detail::PropertyData>();
416 const detail::PropertyData &getPropertyDataBuffer() const {
418 return *getTrailingObjects<detail::PropertyData>();
692 detail::PropertyData>(1, 1, 0, 0, 0)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 48 detail::PropertyData>(0, 0, 0, 1, 0);
51 detail::PropertyData>(NumArgs, 0, 0, 0, 0);

Completed in 18 milliseconds