OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjCClassType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
529
T = Context->
getObjCClassType
();
549
OCT == Context->getCanonicalType(Context->
getObjCClassType
()))
1283
ResultStr += Context->
getObjCClassType
().getAsString(
2519
QualType getClassType = getSimpleFunctionType(Context->
getObjCClassType
(),
2533
ArgTys.push_back(Context->
getObjCClassType
());
2534
QualType getClassType = getSimpleFunctionType(Context->
getObjCClassType
(),
2549
QualType getClassType = getSimpleFunctionType(Context->
getObjCClassType
(),
2669
ArgTypes.push_back(Context->
getObjCClassType
());
2790
ArgTypes.push_back(Context->
getObjCClassType
());
2935
ArgTypes.push_back(Context->
getObjCClassType
());
[
all
...]
RewriteObjC.cpp
436
T = Context->
getObjCClassType
();
456
OCT == Context->getCanonicalType(Context->
getObjCClassType
()))
1117
ResultStr += Context->
getObjCClassType
().getAsString(
2460
ArgTys.push_back(Context->
getObjCClassType
());
2461
QualType getClassType = getSimpleFunctionType(Context->
getObjCClassType
(),
2542
FieldTypes[1] = Context->
getObjCClassType
();
2691
Context->
getObjCClassType
(),
2786
Context->
getObjCClassType
(),
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1728
return
getObjCClassType
();
1934
QualType
getObjCClassType
() const {
2672
return T ==
getObjCClassType
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp
133
QualType(Ty,0) == Context.
getObjCClassType
() ||
DeclObjC.cpp
1111
selfTy = Context.
getObjCClassType
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
1332
OpLoc, S.Context.
getObjCClassType
());
SemaDecl.cpp
2267
New->setTypeForDecl(Context.
getObjCClassType
().getTypePtr());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
359
Ctx.getCanonicalType(Ctx.
getObjCClassType
()),
2132
CGM.getTypes().ConvertType(CGF.getContext().
getObjCClassType
());
5836
nullptr, Ctx.
getObjCClassType
(), nullptr,
7639
CGM.getTypes().ConvertType(CGF.getContext().
getObjCClassType
());
CGObjC.cpp
1929
IsKindOfClassArgs.add(RValue::get(Cls), C.
getObjCClassType
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
1566
VisitType = Context.
getObjCClassType
();
Completed in 138 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026