HomeSort by relevance Sort by last modified time
    Searched refs:ReturnTInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 169 TypeSourceInfo *ReturnTInfo;
227 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
241 MethodDeclType(T), ReturnTInfo(ReturnTInfo), ParamsAndSelLocs(nullptr),
255 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
344 TypeSourceInfo *getReturnTypeSourceInfo() const { return ReturnTInfo; }
345 void setReturnTypeSourceInfo(TypeSourceInfo *TInfo) { ReturnTInfo = TInfo; }
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 288 TypeSourceInfo *ReturnTInfo = nullptr;
291 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl,
539 TypeSourceInfo *ReturnTInfo = nullptr;
542 NSStringPointer, ReturnTInfo, NSStringDecl,
644 TypeSourceInfo *ReturnTInfo = nullptr;
651 ReturnTInfo,
785 TypeSourceInfo *ReturnTInfo = nullptr;
787 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 724 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
729 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
    [all...]
ASTImporter.cpp     [all...]

Completed in 549 milliseconds