clang  3.7.0
Classes | Namespaces
ExprObjC.h File Reference
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Expr.h"
#include "clang/AST/SelectorLocationsKind.h"
#include "clang/Basic/IdentifierTable.h"
#include "llvm/Support/Compiler.h"
Include dependency graph for ExprObjC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::ObjCStringLiteral
 
class  clang::ObjCBoolLiteralExpr
 
class  clang::ObjCBoxedExpr
 
class  clang::ObjCArrayLiteral
 
struct  clang::ObjCDictionaryElement
 An element in an Objective-C dictionary literal. More...
 
struct  llvm::isPodLike< clang::ObjCDictionaryElement >
 
class  clang::ObjCDictionaryLiteral
 
class  clang::ObjCEncodeExpr
 
class  clang::ObjCSelectorExpr
 ObjCSelectorExpr used for @selector in Objective-C. More...
 
class  clang::ObjCProtocolExpr
 
class  clang::ObjCIvarRefExpr
 ObjCIvarRefExpr - A reference to an ObjC instance variable. More...
 
class  clang::ObjCPropertyRefExpr
 
class  clang::ObjCSubscriptRefExpr
 
class  clang::ObjCMessageExpr
 An expression that sends a message to the given Objective-C object or class. More...
 
class  clang::ObjCIsaExpr
 
class  clang::ObjCIndirectCopyRestoreExpr
 
class  clang::ObjCBridgedCastExpr
 An Objective-C "bridged" cast expression, which casts between Objective-C pointers and C pointers, transferring ownership in the process. More...
 

Namespaces

 clang
 
 llvm