Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1918 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h3104 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/external/clang/include/clang/AST/
DDeclObjC.h1820 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h2591 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function