OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRefType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp
24
bool cocoa::
isRefType
(QualType RetTy, StringRef Prefix,
52
return cocoa::
isRefType
(T, "DADisk") ||
53
cocoa::
isRefType
(T, "DADissenter") ||
54
cocoa::
isRefType
(T, "DASessionRef");
58
return cocoa::
isRefType
(T, "CF") || // Core Foundation.
59
cocoa::
isRefType
(T, "CG") || // Core Graphics.
60
cocoa::
isRefType
(T, "CM") || // Core Media.
RetainSummaryManager.cpp
406
if (cocoa::
isRefType
(RetTy, "CF", FName)) {
430
if (cocoa::
isRefType
(RetTy, "CG", FName) ||
431
cocoa::
isRefType
(RetTy, "CV", FName)) {
740
(cocoa::
isRefType
(ResultTy, "CF", FName) ||
741
cocoa::
isRefType
(ResultTy, "CG", FName) ||
742
cocoa::
isRefType
(ResultTy, "CV", FName)) &&
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h
26
bool
isRefType
(QualType RetTy, StringRef Prefix,
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
146
ento::cocoa::
isRefType
(E->getSubExpr()->getType(), "CF",
Transforms.cpp
95
ento::cocoa::
isRefType
(callE->getType(), "CF",
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026