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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h386 SourceLocation getReturnLoc() const { function in class:clang::InitializedEntity
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp939 Ret->getReturnLoc(), stateToString(ExpectedState),
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1336 SourceLocation getReturnLoc() const { return RetLoc; } function in class:clang::ReturnStmt
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp208 Writer.AddSourceLocation(S->getReturnLoc(), Record);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp4854 return Entity.getReturnLoc();
H A DTreeTransform.h5692 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get());

Completed in 211 milliseconds