Home
last modified time | relevance | path

Searched refs:MethodDeclType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h145 QualType MethodDeclType; variable
329 QualType getReturnType() const { return MethodDeclType; } in getReturnType()
330 void setReturnType(QualType T) { MethodDeclType = T; } in setReturnType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp829 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()