Home
last modified time | relevance | path

Searched refs:ThisLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp500 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
516 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
600 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
601 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
/external/clang/lib/Parse/
DParseExprCXX.cpp1270 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
1271 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2424 AliasAnalysis::Location ThisLoc = getLoadStoreLocation(Inst); in hasPossibleGlobalWriteReorder() local
2436 if (AA->alias(ThisLoc.getWithNewSize(MaxByteWidth), in hasPossibleGlobalWriteReorder()
/external/clang/lib/Sema/
DTreeTransform.h1940 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument
1943 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()
1945 new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, in RebuildCXXThisExpr()