OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCSuperType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
386
mutable QualType
ObjCSuperType
;
1684
void setObjCSuperType(QualType ST) {
ObjCSuperType
= ST; }
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1462
ObjCSuperType
= QualType();
6608
if (
ObjCSuperType
.isNull()) {
6611
ObjCSuperType
= getTagDeclType(ObjCSuperTypeDecl);
6613
return
ObjCSuperType
;
Completed in 42 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026