OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTemplatedDecl
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
431
NamedDecl *
getTemplatedDecl
() const { return TemplatedDecl; }
1029
FunctionDecl *
getTemplatedDecl
() const {
1036
return
getTemplatedDecl
()->isThisDeclarationADefinition();
2291
CXXRecordDecl *
getTemplatedDecl
() const {
2298
return
getTemplatedDecl
()->isThisDeclarationADefinition();
2537
TypeAliasDecl *
getTemplatedDecl
() const {
3120
VarDecl *
getTemplatedDecl
() const {
3127
return
getTemplatedDecl
()->isThisDeclarationADefinition();
Completed in 20 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026