Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h166 QualType MethodDeclType; variable
241 MethodDeclType(T), ReturnTInfo(ReturnTInfo), ParamsAndSelLocs(nullptr), in NamedDecl()
330 QualType getReturnType() const { return MethodDeclType; } in getReturnType()
331 void setReturnType(QualType T) { MethodDeclType = T; } in setReturnType()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h148 QualType MethodDeclType;
332 QualType getReturnType() const { return MethodDeclType; } in getReturnType()
333 void setReturnType(QualType T) { MethodDeclType = T; } in setReturnType()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp787 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()