OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasObjCLifetime
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
334
bool
hasObjCLifetime
() const { return Mask & LifetimeMask; }
344
assert(!
hasObjCLifetime
());
437
if (Q.
hasObjCLifetime
())
467
!
hasObjCLifetime
() || !qs.
hasObjCLifetime
());
1409
bool
hasObjCLifetime
() const { return Quals.
hasObjCLifetime
(); }
ASTContext.h
2042
!type.getQualifiers().
hasObjCLifetime
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp
1079
if(!VD->getType().getQualifiers().
hasObjCLifetime
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
1147
ParamQs.
hasObjCLifetime
())
1511
if (ParamQs.
hasObjCLifetime
())
1517
if (ParamQs.
hasObjCLifetime
() && !DeducedType->isObjCLifetimeType() &&
1530
!DeducedQs.
hasObjCLifetime
())
AnalysisBasedWarnings.cpp
1027
<< VD->getType().getQualifiers().
hasObjCLifetime
();
SemaObjCProperty.cpp
752
if (split.Quals.
hasObjCLifetime
()) {
SemaType.cpp
5121
if (T.getQualifiers().
hasObjCLifetime
()) {
8260
!type.getQualifiers().
hasObjCLifetime
() &&
SemaDeclObjC.cpp
357
return !T.getLocalQualifiers().
hasObjCLifetime
();
SemaInit.cpp
5217
if (DestType.getQualifiers().
hasObjCLifetime
()) {
TreeTransform.h
4756
if (Quals.
hasObjCLifetime
()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
2228
if (Quals.
hasObjCLifetime
())
2248
if (Quals.
hasObjCLifetime
())
Type.cpp
70
(
hasObjCLifetime
() && !Other.
hasObjCLifetime
()));
ASTContext.cpp
4201
if (CanResultType.getQualifiers().
hasObjCLifetime
()) {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
512
if (CanResultTy.getQualifiers().
hasObjCLifetime
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
2096
if (T->isObjCRetainableType() && !T.getQualifiers().
hasObjCLifetime
() &&
CGClass.cpp
930
if (Qual.hasVolatile() || Qual.
hasObjCLifetime
())
Completed in 115 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026