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

  /external/clang/tools/libclang/
IndexDecl.cpp 57 IndexCtx.indexTypeSourceInfo(D->getReturnTypeSourceInfo(), D);
CIndex.cpp 940 if (TypeSourceInfo *TSInfo = ND->getReturnTypeSourceInfo())
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
DeclObjC.h 344 TypeSourceInfo *getReturnTypeSourceInfo() const { return ReturnTInfo; }
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 614 Writer.AddTypeSourceInfo(D->getReturnTypeSourceInfo(), Record);
    [all...]

Completed in 138 milliseconds