Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/const_this/
H A Dmain.cpp1 struct ContextClass { struct
3 ContextClass *this_type = nullptr; argument
4 ContextClass() { this_type = this; } in ContextClass() function
15 template <typename TC> struct TemplatedContextClass { argument
30 ContextClass c; in main() argument
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp236 CXXRecordDecl *ContextClass = Method ? Method->getParent() : nullptr; diagnoseInstanceReference() local