Home
last modified time | relevance | path

Searched defs:ThisLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp544 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
622 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local
654 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
/external/clang/lib/Parse/
DParseExprCXX.cpp1653 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
/external/clang/lib/Sema/
DTreeTransform.h2532 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr()