Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dthis-quals.cpp11 void const_func() const { in const_func() function in foo
/llvm-project-15.0.7/lldb/test/API/lang/cpp/function-qualifiers/
H A Dmain.cpp5 int const_func() const { return 333; } in const_func() function