OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeBound
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
678
QualType
typeBound
= GetTypeFromParser(parsedTypeBound, &typeBoundInfo);
679
if (
typeBound
->isObjCObjectPointerType()) {
681
} else if (
typeBound
->isObjCObjectType()) {
688
<<
typeBound
<< paramName
697
typeBound
= Context.getObjCObjectPointerType(
typeBound
);
699
= builder.push<ObjCObjectPointerTypeLoc>(
typeBound
);
703
typeBoundInfo = builder.getTypeSourceInfo(Context,
typeBound
);
708
<<
typeBound
<< paramName;
717
QualType
typeBound
= typeBoundInfo->getType()
[
all
...]
SemaExprObjC.cpp
2948
const ObjCObjectType *
typeBound
= nullptr;
2950
typeBound
);
2956
true/*CheckTheOther*/,
typeBound
);
Completed in 22 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026