Searched defs:HasTrailingReturnType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1167 /// HasTrailingReturnType - If this is true, a trailing return type was
1169 unsigned HasTrailingReturnType : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1226 /// \brief If HasTrailingReturnType is true, this is the trailing return
1308 bool hasTrailingReturnType() const { return HasTrailingReturnType; }

Completed in 69 milliseconds