Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Dapple-kext-indirect-call.cpp19 struct Templ { struct
24 struct SubTempl : public Templ<T> { argument
Dapple-kext-indirect-virtual-dtor-call.cpp22 struct Templ { struct
28 struct SubTempl : public Templ<T> { argument
/external/clang/test/CodeGenCXX/
Dapple-kext-indirect-call.cpp19 struct Templ { struct
24 struct SubTempl : public Templ<T> { argument
Dapple-kext-indirect-virtual-dtor-call.cpp22 struct Templ { struct
28 struct SubTempl : public Templ<T> { argument
/external/llvm-project/clang/test/SemaCXX/
Dbuiltin-is-constant-evaluated.cpp33 struct Templ { static_assert(V); static_assert(Default); }; struct
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMismatchedIteratorChecker.cpp150 const auto *Templ = Func->getPrimaryTemplate(); in checkPreCall() local
/external/llvm-project/clang-tools-extra/clangd/
DFindSymbols.cpp250 if (auto *Templ = llvm::dyn_cast<TemplateDecl>(D)) { in traverseDecl() local
/external/llvm-project/clang/unittests/AST/
DASTTraverserTest.cpp259 auto Templ = Result[0].getNodeAs<ClassTemplateSpecializationDecl>("fn"); in TEST() local