Searched defs:setTypeForDecl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 1918 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } setTypeForDecl() function |
H A D | Decl.h | 3427 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } setTypeForDecl() function |