Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1565 enum TemplatedKind { enum
2125 TemplatedKind getTemplatedKind() const;
/external/llvm-project/clang/include/clang/AST/
DDecl.h1812 enum TemplatedKind { enum
2598 TemplatedKind getTemplatedKind() const;
/external/clang/lib/AST/
DDecl.cpp3030 FunctionDecl::TemplatedKind FunctionDecl::getTemplatedKind() const { in getTemplatedKind()
/external/llvm-project/clang/lib/AST/
DDecl.cpp3600 FunctionDecl::TemplatedKind FunctionDecl::getTemplatedKind() const { in getTemplatedKind()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp782 switch ((FunctionDecl::TemplatedKind)Record[Idx++]) { in VisitFunctionDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp908 switch ((FunctionDecl::TemplatedKind)Record.readInt()) { in VisitFunctionDecl()