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

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

Completed in 31 milliseconds