Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1896 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h3124 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function