Home
last modified time | relevance | path

Searched refs:K_This (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h49 K_This = 0, enumerator
55 static InitLink This() { return InitLink{K_This}; } in This()
H A DCompiler.cpp83 case K_This: in emit()