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

  /external/clang/tools/libclang/
IndexBody.cpp 98 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 88 /// ObjCBoxedExpr - used for generalized expression boxing.
92 class ObjCBoxedExpr : public Expr {
97 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method,
103 explicit ObjCBoxedExpr(EmptyShell Empty)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 255 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
303 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method,
422 ObjCBoxedExpr *BoxedExpr =
423 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, NULL, SR);
572 ObjCBoxedExpr *BoxedExpr =
573 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType,
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 997 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) {
ASTDumper.cpp 282 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 830 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
    [all...]
ASTWriterStmt.cpp 790 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprScalar.cpp 509 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
    [all...]
CGObjC.cpp 59 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 350 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
    [all...]

Completed in 242 milliseconds