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

  /external/clang/tools/libclang/
IndexBody.cpp 105 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 151 friend class ObjCDictionaryLiteral; // ctor
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 1005 void StmtProfiler::VisitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E) {
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 92 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 849 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
855 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues();
856 ObjCDictionaryLiteral::ExpansionData *Expansions = E->getExpansionData();
    [all...]
ASTWriterStmt.cpp 808 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 80 (isa<ObjCDictionaryLiteral>(Arg) &&
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 91 const ObjCDictionaryLiteral *DLE = 0;
94 DLE = cast<ObjCDictionaryLiteral>(E);
184 const ObjCDictionaryLiteral *E) {
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 515 Value *VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 352 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
    [all...]

Completed in 273 milliseconds