Home
last modified time | relevance | path

Searched defs:ReturnLoc (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp131 MachineBasicBlock::iterator ReturnLoc = --MBB->end(); in runOnMachineFunction() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2614 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in ActOnCapScopeReturnStmt()
2800 SourceLocation ReturnLoc, in DeduceFunctionTypeFromReturnExpr()
2892 Sema::ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, in ActOnReturnStmt()
2909 StmtResult Sema::BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in BuildReturnStmt()
H A DSemaChecking.cpp4897 SourceLocation ReturnLoc) { in CheckReturnStackAddr()
5272 SourceLocation ReturnLoc, in CheckReturnValExpr()
H A DTreeTransform.h1223 StmtResult RebuildReturnStmt(SourceLocation ReturnLoc, Expr *Result) { in RebuildReturnStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h241 static InitializedEntity InitializeResult(SourceLocation ReturnLoc, in InitializeResult()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1786 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. in ParseReturnStatement() local