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

  /external/lldb/include/lldb/Core/
ClangForward.h 82 class ObjCEncodeExpr;
  /external/clang/include/clang/AST/
ExprObjC.h 353 /// ObjCEncodeExpr, used for \@encode in Objective-C. \@encode has the same
356 class ObjCEncodeExpr : public Expr {
360 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType,
369 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 59 class ObjCEncodeExpr;
800 /// Return a pointer to a constant array for the given ObjCEncodeExpr node.
802 GetAddrOfConstantStringFromObjCEncode(const ObjCEncodeExpr *);
    [all...]
CGExprConstant.cpp 859 llvm::Constant *VisitObjCEncodeExpr(ObjCEncodeExpr *E) {
927 return CGM.GetAddrOfConstantStringFromObjCEncode(cast<ObjCEncodeExpr>(E))
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 525 void VisitObjCEncodeExpr(const ObjCEncodeExpr *Node);
    [all...]
StmtProfile.cpp     [all...]
StmtPrinter.cpp     [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 349 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
    [all...]
RewriteObjC.cpp 293 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 68 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType())
136 if (isa<StringLiteral>(E) || isa<ObjCEncodeExpr>(E))
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp 909 void ASTStmtWriter::VisitObjCEncodeExpr(ObjCEncodeExpr *E) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 620 milliseconds