Home
last modified time | relevance | path

Searched defs:templateFunction (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/SemaObjCXX/
H A Darc-nsconsumed-errors.mm31 void templateFunction(T) { } // expected-note {{candidate template ignored: could not match 'void (… function
45 void templateFunction(__attribute__((ns_consumed)) AntiRelease *); // expected-error {{no function … function
/llvm-project/clang/test/InterfaceStubs/
H A Dfunction-template-specialization.cpp27 T templateFunction(T t) { return t; } in templateFunction() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-bool-literals-ignore-macros.cpp81 void templateFunction(type) { in templateFunction() function
H A Duse-bool-literals.cpp85 void templateFunction(type) { in templateFunction() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.cpp158 void templateFunction() { templateFunction() function
417 void templateFunction() { templateFunction() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param.cpp375 void templateFunction(T) { templateFunction() function
379 void templateFunction<ExpensiveToCopyType>(ExpensiveToCopyType E) { templateFunction() function
H A Dmove-const-arg.cpp217 void templateFunction(T obj) { in templateFunction() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp1009 void templateFunction(const T& t) { in templateFunction() function