OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuperType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
1980
SourceLocation SuperLoc, QualType
SuperType
,
2008
OK_ObjCProperty, MemberLoc, SuperLoc,
SuperType
);
2025
SuperLoc,
SuperType
);
2095
OK_ObjCProperty, MemberLoc, SuperLoc,
SuperType
);
2129
SuperLoc,
SuperType
, Super);
2168
QualType
SuperType
;
2175
SuperType
= QualType(classDecl->getSuperClassType(), 0);
2177
if (
SuperType
.isNull()) {
2183
QualType T = Context.getObjCObjectPointerType(
SuperType
);
2248
if (!
SuperType
.isNull()
[
all
...]
SemaCodeComplete.cpp
2614
std::string
SuperType
;
2615
SuperType
= ID->getSuperClass()->getNameAsString();
2617
SuperType
+= " *";
2619
Builder.AddResultTypeChunk(Allocator.CopyString(
SuperType
));
Completed in 78 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026