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

  /external/clang/include/clang/AST/
DeclAccessPair.h 48 void setDecl(NamedDecl *D) {
UnresolvedSet.h 125 return (I->setDecl(New), true);
132 I.ir->setDecl(New);
ExprObjC.h 478 void setDecl(ObjCIvarDecl *d) { D = d; }
    [all...]
Stmt.h 779 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]
Expr.h     [all...]
  /external/webkit/Source/WebCore/dom/
Attribute.h 76 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; }
StyledElement.cpp 153 attr->setDecl(0);
172 attr->setDecl(decl);
395 attr->setDecl(decl);
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 404 cssSVGAttr->setDecl(0);
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 157 S->setDecl(LD);
361 E->setDecl(ReadDeclAs<ValueDecl>(Record, Idx));
881 E->setDecl(ReadDeclAs<ObjCIvarDecl>(Record, Idx));
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 232 milliseconds