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

  /external/lldb/include/lldb/Core/
ClangForward.h 91 class ObjCProtocolExpr;
  /external/clang/tools/libclang/
IndexBody.cpp 95 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
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 421 /// ObjCProtocolExpr used for protocol expression in Objective-C.
429 class ObjCProtocolExpr : public Expr {
433 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol,
438 explicit ObjCProtocolExpr(EmptyShell Empty)
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 351 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
    [all...]
StmtProfile.cpp 1179 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 901 isa<ObjCProtocolExpr>(Expr) ||
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 368 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
    [all...]
RewriteObjC.cpp 308 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp 919 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprScalar.cpp 241 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
    [all...]
CGObjC.cpp 223 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) {
    [all...]

Completed in 456 milliseconds