Searched defs:ReturnTInfo (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1272 TypeSourceInfo *ReturnTInfo = nullptr; local
1276 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(),
H A DSemaDeclObjC.cpp3066 TypeSourceInfo *ReturnTInfo = nullptr; local
3068 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo);
3081 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
H A DSemaExprObjC.cpp231 TypeSourceInfo *ReturnTInfo = nullptr; local
234 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl,
498 TypeSourceInfo *ReturnTInfo = nullptr; local
501 NSStringPointer, ReturnTInfo, NSStringDecl,
660 TypeSourceInfo *ReturnTInfo = nullptr; local
662 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,
/external/clang/lib/AST/
H A DDeclObjC.cpp641 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
646 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
639 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument

Completed in 673 milliseconds