Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclObjC.h1915 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h3382 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclObjC.h1915 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h3382 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclObjC.h1918 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h3416 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclObjC.h1915 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
DDecl.h3371 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h1820 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h2591 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function