OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kind_atomic
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h
32
kind_atomic
= 0x100,
enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h
841
return (PropertyAttributes & ObjCPropertyAttribute::
kind_atomic
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
296
if (Attributes & ObjCPropertyAttribute::
kind_atomic
)
297
attributesAsWritten |= ObjCPropertyAttribute::
kind_atomic
;
361
ObjCPropertyAttribute::
kind_atomic
)
369
const unsigned AtomicityMask = (ObjCPropertyAttribute::
kind_atomic
|
376
Attrs |= ObjCPropertyAttribute::
kind_atomic
;
684
PDecl->setPropertyAttributes(ObjCPropertyAttribute::
kind_atomic
);
929
ObjCPropertyAttribute::
kind_atomic
)) {
930
Diag(OriginalAttributes & ObjCPropertyAttribute::
kind_atomic
, "atomic");
1121
if ((PIkind & (ObjCPropertyAttribute::
kind_atomic
|
1540
ObjCPropertyAttribute::
kind_atomic
) {
[
all
...]
SemaCodeComplete.cpp
6836
ObjCPropertyAttribute::
kind_atomic
))
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1501
if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::
kind_atomic
) {
JSONNodeDumper.cpp
1031
attributeOnlyIfTrue("atomic", Attrs & ObjCPropertyAttribute::
kind_atomic
);
TextNodeDumper.cpp
2247
if (Attrs & ObjCPropertyAttribute::
kind_atomic
)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
3668
if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::
kind_atomic
)))
3752
if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::
kind_atomic
)))
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
884
DS.setPropertyAttributes(ObjCPropertyAttribute::
kind_atomic
);
Completed in 41 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026