HomeSort by relevance Sort by last modified time
    Searched refs:topLevelNamespace (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
predefined-expr-cxx14.cpp 89 ClassInTopLevelNamespace topLevelNamespace;
91 topLevelNamespace.topLevelNamespaceFunction();
92 topLevelNamespace.variadicFunction(&a);
93 topLevelNamespace.functionTemplate(a);
predefined-expr.cpp 462 ClassInTopLevelNamespace topLevelNamespace;
463 topLevelNamespace.topLevelNamespaceFunction();

Completed in 61 milliseconds