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

  /external/clang/tools/libclang/
IndexDecl.cpp 49 IndexCtx.indexTypeSourceInfo(D->getResultTypeSourceInfo(), D);
CIndex.cpp 844 if (TypeSourceInfo *TSInfo = ND->getResultTypeSourceInfo())
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 123 = NewMethod->getResultTypeSourceInfo())
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
DeclObjC.h 335 TypeSourceInfo *getResultTypeSourceInfo() const { return ResultTInfo; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 434 Writer.AddTypeSourceInfo(D->getResultTypeSourceInfo(), Record);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 936 milliseconds