Searched defs:ThisExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaCoroutine.cpp | 599 ExprResult ThisExpr = ActOnCXXThis(Loc); buildCoroutinePromise() local |
| H A D | SemaDeclCXX.cpp | 15195 Expr *ThisExpr = DefineImplicitCopyAssignment() local |
| H A D | SemaOpenMP.cpp | 2481 Expr *ThisExpr = BuildCXXThisExpr(SourceLocation(), getCurrentThisType(), isOpenMPCapturedDecl() local |
| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ | ||
| H A D | ASTDiff.cpp | 999 if (auto *ThisExpr = N.ASTNode.get<CXXThisExpr>()) { in getSourceRangeOffsets() local |