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

  /external/clang/tools/libclang/
IndexBody.cpp 101 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
  /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...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 349 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
    [all...]
StmtProfile.cpp 1157 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 258 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
306 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method,
446 ObjCBoxedExpr *BoxedExpr =
447 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR);
594 ObjCBoxedExpr *BoxedExpr =
595 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType,
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 365 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 922 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
    [all...]
ASTWriterStmt.cpp 863 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprScalar.cpp 516 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
    [all...]
CGObjC.cpp 61 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) {
    [all...]

Completed in 2009 milliseconds