OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuperTy
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaExprObjC.cpp
[
all
...]
/external/clang/include/clang/AST/
ExprObjC.h
282
SourceLocation SuperLoc, QualType
SuperTy
)
285
IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(
SuperTy
.getTypePtr()) {
[
all
...]
/external/clang/lib/CodeGen/
CGRTTI.cpp
737
QualType
SuperTy
= CGM.getContext().getObjCInterfaceType(Super);
740
llvm::Constant *BaseTypeInfo = RTTIBuilder(CGM).BuildTypeInfo(
SuperTy
);
[
all
...]
CGObjCMac.cpp
181
///
SuperTy
- LLVM type for struct objc_super.
182
llvm::StructType *
SuperTy
;
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
[
all
...]
Completed in 748 milliseconds