Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaConcept.cpp1370 FunctionDecl::TemplatedKind Kind = FD->getTemplatedKind(); in IsAtLeastAsConstrained()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDecl.h1924 enum TemplatedKind { enum
2758 TemplatedKind getTemplatedKind() const;
/openbsd/src/gnu/llvm/clang/lib/AST/
DDecl.cpp3768 FunctionDecl::TemplatedKind FunctionDecl::getTemplatedKind() const { in getTemplatedKind()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp900 switch ((FunctionDecl::TemplatedKind)Record.readInt()) { in VisitFunctionDecl()