OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjCARCImplicitlyUnretainedType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
4228
if (
isObjCARCImplicitlyUnretainedType
())
4233
bool Type::
isObjCARCImplicitlyUnretainedType
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
753
assert(ivarType->
isObjCARCImplicitlyUnretainedType
());
2680
!PropertyTy->
isObjCARCImplicitlyUnretainedType
()) {
SemaType.cpp
1963
} else if (type->
isObjCARCImplicitlyUnretainedType
()) {
3033
if (declSpecType->
isObjCARCImplicitlyUnretainedType
())
SemaExprCXX.cpp
6935
if (!ReturnsRetained && E->getType()->
isObjCARCImplicitlyUnretainedType
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2131
bool
isObjCARCImplicitlyUnretainedType
() const;
Completed in 41 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026