OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mergeObjCGCQualifiers
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2712
QualType
mergeObjCGCQualifiers
(QualType, QualType);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
10011
///
mergeObjCGCQualifiers
- This routine merges ObjC's GC attribute of 'LHS' and
10014
QualType ASTContext::
mergeObjCGCQualifiers
(QualType LHS, QualType RHS) {
10028
mergeObjCGCQualifiers
(NewReturnType, OldReturnType);
10077
QualType ResQT =
mergeObjCGCQualifiers
(LHSBaseQT, RHSBaseQT);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
3509
ResQT = Context.
mergeObjCGCQualifiers
(NewQType, OldQType);
3962
MergedT = Context.
mergeObjCGCQualifiers
(New->getType(),
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026