OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatternDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
4236
const FunctionDecl *
PatternDecl
,
4240
for (unsigned I = 0, N =
PatternDecl
->getNumParams(); I != N; ++I) {
4241
const ParmVarDecl *PatternParam =
PatternDecl
->getParamDecl(I);
4253
if (!
PatternDecl
->getType()->isDependentType()) {
4277
if (!
PatternDecl
->getType()->isDependentType()) {
4686
const FunctionDecl *
PatternDecl
= Function->getTemplateInstantiationPattern();
4687
assert(
PatternDecl
&& "instantiating a non-template");
4689
const FunctionDecl *PatternDef =
PatternDecl
->getDefinition();
4693
PatternDecl
= PatternDef;
4702
PatternDecl
, PatternDef, TSK
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
3707
const FunctionDecl *
PatternDecl
= getTemplateInstantiationPattern();
3709
if (
PatternDecl
)
3710
HasPattern =
PatternDecl
->hasBody(
PatternDecl
);
3716
if (!HasPattern || !
PatternDecl
)
3719
return
PatternDecl
->isInlined();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
9414
VarTemplateSpecializationDecl *VarSpec, VarDecl *
PatternDecl
,
Completed in 41 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026