OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getProtocol
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp
131
IndexCtx.handleReference(TL.
getProtocol
(i), TL.getProtocolLoc(i),
IndexBody.cpp
322
return IndexCtx.handleReference(E->
getProtocol
(), E->getProtocolIdLoc(),
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
1164
if (!IsStructurallyEquivalent(Context, Obj1->
getProtocol
(I),
1165
Obj2->
getProtocol
(I)))
1180
if (!IsStructurallyEquivalent(Context, Obj1->
getProtocol
(I),
1181
Obj2->
getProtocol
(I)))
JSONNodeDumper.cpp
1113
JOS.attribute("protocol", createBareDeclRef(OPE->
getProtocol
()));
StmtPrinter.cpp
2433
OS << "@protocol(" << *Node->
getProtocol
() << ')';
StmtProfile.cpp
2171
VisitDecl(S->
getProtocol
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
802
ObjCProtocolDecl *
getProtocol
(unsigned i) const {
984
ObjCProtocolDecl *
getProtocol
(unsigned i) const {
ExprObjC.h
521
ObjCProtocolDecl *
getProtocol
() const { return TheProtocol; }
Type.h
5730
ObjCProtocolDecl *
getProtocol
(unsigned I) const {
6050
getProtocol
6212
ObjCProtocolDecl *
getProtocol
(unsigned I) const {
6213
return getObjectType()->
getProtocol
(I);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
1193
const ObjCProtocolDecl *PD = OT->
getProtocol
(i);
CIndex.cpp
1610
if (Visit(MakeCursorObjCProtocolRef(TL.
getProtocol
(I), TL.getProtocolLoc(I),
1628
if (Visit(MakeCursorObjCProtocolRef(TL.
getProtocol
(I), TL.getProtocolLoc(I),
4510
return PE->
getProtocol
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
3594
Exp->
getProtocol
()->getNameAsString();
3604
ProtocolExprDecls.insert(Exp->
getProtocol
()->getCanonicalDecl());
RewriteObjC.cpp
3050
std::string Name = "_OBJC_PROTOCOL_" + Exp->
getProtocol
()->getNameAsString();
3065
ProtocolExprDecls.insert(Exp->
getProtocol
()->getCanonicalDecl());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
263
return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->
getProtocol
());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1336
Record.AddDeclRef(E->
getProtocol
());
Completed in 89 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026