Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp758 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon35eb8c210111::FunctionDifferenceEngine
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h483 ASTContext &this_() { return *this; } in this_() function