Home
last modified time | relevance | path

Searched defs:setTypeForDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h1578 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h2574 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function