Searched defs:this_ (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/support/type_classification/ | ||
H A D | swappable.h | 49 lvalue_adl_swappable* this_ = this; variable |
/llvm-project/llvm/tools/llvm-diff/lib/ | ||
H A D | DifferenceEngine.cpp | 758 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon489810540111::FunctionDifferenceEngine |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 483 ASTContext &this_() { return *this; } this_() function |
/llvm-project/flang/lib/Semantics/ | ||
H A D | resolve-names.cpp | 234 ResolveNamesVisitor *this_; member in Fortran::semantics::BaseVisitor |