Searched refs:SavedLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h397 SourceLocation SavedLoc; member in class:clang::CodeGen::NoLocation
418 SourceLocation SavedLoc; member in class:clang::CodeGen::ArtificialLocation
H A DCGDebugInfo.cpp58 SavedLoc = DI->getLocation();
67 DI->CurLoc = SavedLoc;
74 SavedLoc = DI->getLocation();
83 DI->EmitLocation(Builder, SavedLoc);
95 DI->CurLoc = SavedLoc;
/external/clang/lib/Parse/
H A DParseExpr.cpp901 SourceLocation SavedLoc = ConsumeToken(); local
904 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
909 SourceLocation SavedLoc = ConsumeToken(); local
912 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
923 SourceLocation SavedLoc = ConsumeToken(); local
926 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
933 SourceLocation SavedLoc = ConsumeToken(); local
936 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());

Completed in 825 milliseconds