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

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1290 TypeSourceInfo *ReturnTInfo = nullptr; local
1294 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(),
H A DSemaExprObjC.cpp288 TypeSourceInfo *ReturnTInfo = nullptr; local
291 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl,
539 TypeSourceInfo *ReturnTInfo = nullptr; local
542 NSStringPointer, ReturnTInfo, NSStringDecl,
644 TypeSourceInfo *ReturnTInfo = nullptr; local
651 ReturnTInfo,
785 TypeSourceInfo *ReturnTInfo = nullptr; local
787 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,
H A DSemaDeclObjC.cpp4152 TypeSourceInfo *ReturnTInfo = nullptr; local
4154 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo);
4169 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,
/external/clang/lib/AST/
H A DDeclObjC.cpp724 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
729 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
722 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 1282 milliseconds