Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp586 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon3906a3ef0111::FunctionDifferenceEngine
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h449 ASTContext &this_() { return *this; } in this_() function