OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 17 00:25:26 UTC 2026