Home
last modified time | relevance | path

Searched defs:CXXThisExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h57 class CXXThisExpr; variable
H A DExprCXX.h1149 CXXThisExpr(SourceLocation L, QualType Ty, bool IsImplicit, ExprValueKind VK) CXXThisExpr() function
1156 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} CXXThisExpr() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h55 class CXXThisExpr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h52 class CXXThisExpr; variable