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) {
  /external/clang/include/clang/AST/
ExprObjC.h 222 /// ObjCDictionaryLiteral - AST node to represent objective-c dictionary
224 class ObjCDictionaryLiteral : public Expr {
260 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
265 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
293 static ObjCDictionaryLiteral *Create(const ASTContext &C,
299 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
    [all...]
DataRecursiveASTVisitor.h     [all...]
Stmt.h 155 friend class ObjCDictionaryLiteral; // ctor
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 97 check::PostStmt<ObjCDictionaryLiteral>,
130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
330 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 1165 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 941 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
947 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues();
948 ObjCDictionaryLiteral::ExpansionData *Expansions = E->getExpansionData();
    [all...]
ASTWriterStmt.cpp 881 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 80 (isa<ObjCDictionaryLiteral>(Arg) &&
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 93 const ObjCDictionaryLiteral *DLE = nullptr;
96 DLE = cast<ObjCDictionaryLiteral>(E);
210 const ObjCDictionaryLiteral *E) {
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 522 Value *VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 367 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
    [all...]

Completed in 825 milliseconds