HomeSort by relevance Sort by last modified time
    Searched refs:ObjCProtocolExpr (Results 1 - 18 of 18) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 92 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 84 isa<ObjCProtocolExpr>(Expr) ||
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 420 /// ObjCProtocolExpr used for protocol expression in Objective-C. This is used
424 class ObjCProtocolExpr : public Expr {
428 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol,
433 explicit ObjCProtocolExpr(EmptyShell Empty)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 901 isa<ObjCProtocolExpr>(Expr) ||
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 1019 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) {
ASTDumper.cpp 284 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 307 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
    [all...]
RewriteModernObjC.cpp 353 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 883 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
ASTWriterStmt.cpp 846 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprScalar.cpp 239 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
CGObjC.cpp 197 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) {
    [all...]

Completed in 168 milliseconds