Home
last modified time | relevance | path

Searched refs:TestVarTemplate (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/AST/
Dast-dump-decl.cpp582 …template<typename T> static const T TestVarTemplate; // declaration of a static data member templa… member
585 const T S::TestVarTemplate = { }; // definition of a static data member template member in testCanonicalTemplate::S
589 int i = S::TestVarTemplate<int>; in f()
590 int j = S::TestVarTemplate<int>; in f()