Home
last modified time | relevance | path

Searched defs:ThisExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp561 ExprResult ThisExpr = ActOnCXXThis(Loc); in buildCoroutinePromise() local
1289 ExprResult ThisExpr = S.ActOnCXXThis(Loc); in makeNewAndDeleteExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp1000 if (auto *ThisExpr = N.ASTNode.get<CXXThisExpr>()) { in getSourceRangeOffsets() local