Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1915 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } setTypeForDecl() function
H A DDecl.h3374 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } setTypeForDecl() function