Searched defs:ReturnTInfo (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 572 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr() local 293 TypeSourceInfo *ReturnTInfo = nullptr; getNSNumberFactoryMethod() local 682 TypeSourceInfo *ReturnTInfo = nullptr; BuildObjCBoxedExpr() local 820 TypeSourceInfo *ReturnTInfo = nullptr; BuildObjCArrayLiteral() local
|
H A D | SemaPseudoObject.cpp | 1217 TypeSourceInfo *ReturnTInfo = nullptr; findAtIndexSetter() local
|
H A D | SemaDeclObjC.cpp | 4749 TypeSourceInfo *ReturnTInfo = nullptr; ActOnMethodDeclaration() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 824 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument 854 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 148 TypeSourceInfo *ReturnTInfo; variable
|