OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantiateWithAnonymousDeclsA
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/
cxx-templates-a.h
90
inline int
InstantiateWithAnonymousDeclsA
(WithAnonymousDecls<int> x) { return (x.k ? x.a : x.b) + (x.k ? x.s.c : x.s.d) + x.e; }
/external/clang/test/Modules/
cxx-templates.cpp
151
return
InstantiateWithAnonymousDeclsA
(WAD) +
Completed in 268 milliseconds