clang API Documentation
#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"

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 |
| struct | clang::ObjCDictionaryLiteral::KeyValuePair |
| Key/value pair used to store the key and value of a given element. | |
| struct | clang::ObjCDictionaryLiteral::ExpansionData |
| Data that describes an element that is a pack expansion, used if any of the elements in the dictionary literal are pack expansions. | |
| 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 | |
| namespace | clang |
| namespace | llvm |