Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dheader-unit-friend-within-class-linkage.cpp15 friend int getFooValue(foo f) { in getFooValue() function
/llvm-project/clang/unittests/AST/
H A DDeclTest.cpp349 auto *getFooValue = selectFirst<FunctionDecl>( in TEST() local