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

  /external/clang/lib/AST/
Comment.cpp 279 ReturnType = FTL.getReturnLoc().getType();
298 ReturnType = FTL.getReturnLoc().getType();
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 392 SourceLocation getReturnLoc() const {
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Stmt.h     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 897 Ret->getReturnLoc(), stateToString(ExpectedState),
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 803 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) ||
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 207 Writer.AddSourceLocation(S->getReturnLoc(), Record);
    [all...]

Completed in 471 milliseconds