Home
last modified time | relevance | path

Searched defs:Instantiate (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-default-clause.cpp30 void Instantiate() { in Instantiate() function
H A Dcompute-construct-if-clause.cpp31 void Instantiate() { in Instantiate() function
H A Dcompute-construct-self-clause.cpp96 void Instantiate() { in Instantiate() function
H A Dcompute-construct-clause-ast.cpp522 void Instantiate() { Instantiate() function
H A Dno-branch-in-out.cpp210 void Instantiate() { Instantiate() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dduration-factory-float.cpp71 void Instantiate() { in Instantiate() function
/llvm-project/clang/test/Frontend/
H A Dftime-report-template-decl.cpp88 void Instantiate() { L<0>::O<int>::Fun(0); } Instantiate() function
133 void Instantiate() { Instantiate() function
/llvm-project/clang/test/CXX/drs/
H A Dcwg17xx.cpp236 using Instantiate = Template<Arg>; typedef
/llvm-project/clang/test/SemaCXX/
H A Dnew-delete.cpp422 namespace Instantiate { global() namespace
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp326 void DerivedTypeSpec::Instantiate(Scope &containingScope) { in Instantiate() function in Fortran::semantics::DerivedTypeSpec
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp9645 if (auto Instantiate = Node.getInstantiatedFrom()) { AST_MATCHER() local