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

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 83 isa<ObjCProtocolExpr>(Expr) ||
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 170 void VisitObjCProtocolExpr(ObjCProtocolExpr *Node);
662 void StmtDumper::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) {
StmtProfile.cpp 1006 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) {
StmtPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 418 /// ObjCProtocolExpr used for protocol expression in Objective-C. This is used
422 class ObjCProtocolExpr : public Expr {
426 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol,
431 explicit ObjCProtocolExpr(EmptyShell Empty)
449 static bool classof(const ObjCProtocolExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 323 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
    [all...]
RewriteObjC.cpp 305 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 872 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
ASTWriterStmt.cpp 836 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprScalar.cpp 228 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
CGObjC.cpp 197 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 186 milliseconds