OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjCGCQualType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1163
QualType
getObjCGCQualType
(QualType T, Qualifiers::GC gcAttr) const;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
2996
QualType ASTContext::
getObjCGCQualType
(QualType T,
3005
QualType ResultType =
getObjCGCQualType
(Pointee, GCAttr);
9665
return mergeTypes(LHS,
getObjCGCQualType
(RHS, Qualifiers::Strong));
9668
return mergeTypes(
getObjCGCQualType
(LHS, Qualifiers::Strong), RHS);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
1241
Context.
getObjCGCQualType
(PropertyIvarType, Qualifiers::Weak);
SemaType.cpp
6780
type = S.Context.
getObjCGCQualType
(origType, GCAttr);
Completed in 28 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026