Searched refs:getReturnLoc (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/AST/
H A DComment.cpp284 ReturnType = FTL.getReturnLoc().getType();
305 ReturnType = FTL.getReturnLoc().getType();
H A DDecl.cpp2765 SourceRange RTRange = FTL.getReturnLoc().getSourceRange();
/external/clang/include/clang/Sema/
H A DInitialization.h392 SourceLocation getReturnLoc() const { function in class:clang::InitializedEntity
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h1067 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1071 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2137 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DRecursiveASTVisitor.h1132 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1136 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2159 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DTypeLoc.h1227 TypeLoc getReturnLoc() const {
H A DStmt.h1359 SourceLocation getReturnLoc() const { return RetLoc; } function in class:clang::ReturnStmt
/external/clang/lib/Analysis/
H A DConsumed.cpp897 Ret->getReturnLoc(), stateToString(ExpectedState),
/external/clang/lib/Sema/
H A DSemaLambda.cpp1223 ConvTL.getReturnLoc().getAs<PointerTypeLoc>();
H A DTreeTransform.h4516 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc());
4522 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc());
4561 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc());
5794 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get());
H A DSemaStmt.cpp2731 IgnoreParens().castAs<FunctionProtoTypeLoc>().getReturnLoc();
H A DSemaInit.cpp4981 return Entity.getReturnLoc();
H A DSemaDeclCXX.cpp4287 Visit(TL.getReturnLoc(), Sema::AbstractReturnType);
12868 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc()))
H A DSemaDecl.cpp10098 IgnoreParens().castAs<FunctionProtoTypeLoc>().getReturnLoc();
H A DSemaExpr.cpp10486 TypeLoc Result = ExplicitSignature.getReturnLoc();
/external/clang/tools/libclang/
H A DCIndex.cpp792 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) ||
1527 if (!SkipResultType && Visit(TL.getReturnLoc()))
2532 if (Visit(Proto.getReturnLoc()))
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp207 Writer.AddSourceLocation(S->getReturnLoc(), Record);

Completed in 423 milliseconds