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

  /external/clang/tools/libclang/
IndexBody.cpp 108 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 221 /// ObjCDictionaryLiteral - AST node to represent objective-c dictionary
223 class ObjCDictionaryLiteral : public Expr {
259 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
264 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
292 static ObjCDictionaryLiteral *Create(ASTContext &C,
298 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
    [all...]
RecursiveASTVisitor.h     [all...]
Stmt.h 155 friend class ObjCDictionaryLiteral; // ctor
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 94 check::PostStmt<ObjCDictionaryLiteral>,
115 void checkPostStmt(const ObjCDictionaryLiteral *DL,
295 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 1066 void StmtProfiler::VisitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 93 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 935 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
941 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues();
942 ObjCDictionaryLiteral::ExpansionData *Expansions = E->getExpansionData();
    [all...]
ASTWriterStmt.cpp 876 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 80 (isa<ObjCDictionaryLiteral>(Arg) &&
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 92 const ObjCDictionaryLiteral *DLE = 0;
95 DLE = cast<ObjCDictionaryLiteral>(E);
212 const ObjCDictionaryLiteral *E) {
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 519 Value *VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 352 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
    [all...]

Completed in 300 milliseconds