OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionTemplateDecl
(Results
26 - 50
of
54
) sorted by null
1
2
3
/external/clang/lib/AST/
DumpXML.cpp
635
//
FunctionTemplateDecl
636
void visitFunctionTemplateDeclAttrs(
FunctionTemplateDecl
*D) {
639
void visitFunctionTemplateDeclChildren(
FunctionTemplateDecl
*D) {
642
for (
FunctionTemplateDecl
::spec_iterator
DeclCXX.cpp
383
if (isa<
FunctionTemplateDecl
>(*Con))
483
FunctionTemplateDecl
*FunTmpl = dyn_cast<
FunctionTemplateDecl
>(D);
[
all
...]
ExprCXX.cpp
[
all
...]
ExprClassification.cpp
400
(isa<FunctionDecl>(D) || isa<
FunctionTemplateDecl
>(D)));
DeclBase.cpp
149
return isa<FunctionDecl>(this) || isa<
FunctionTemplateDecl
>(this);
[
all
...]
ItaniumMangle.cpp
80
if (const
FunctionTemplateDecl
*ftd = fn->getPrimaryTemplate())
478
if (
FunctionTemplateDecl
*PrimaryTemplate = FD->getPrimaryTemplate()) {
[
all
...]
/external/clang/tools/libclang/
CIndexUSRs.cpp
76
void VisitFunctionTemplateDecl(
FunctionTemplateDecl
*D);
189
if (
FunctionTemplateDecl
*FunTmpl = D->getDescribedFunctionTemplate()) {
284
void USRGenerator::VisitFunctionTemplateDecl(
FunctionTemplateDecl
*D) {
CIndex.cpp
814
bool CursorVisitor::VisitFunctionTemplateDecl(
FunctionTemplateDecl
*D) {
[
all
...]
/external/clang/include/clang/AST/
RecursiveASTVisitor.h
396
bool TraverseFunctionInstantiations(
FunctionTemplateDecl
* D) ;
[
all
...]
DeclCXX.h
54
AnyFunctionDecl(
FunctionTemplateDecl
*FTD);
544
///
FunctionTemplateDecl
.
[
all
...]
/external/clang/lib/Sema/
SemaInit.cpp
[
all
...]
SemaTemplateInstantiate.cpp
116
} else if (
FunctionTemplateDecl
*FunTmpl
245
FunctionTemplateDecl
*FunctionTemplate,
525
FunctionTemplateDecl
*FnTmpl
526
= cast<
FunctionTemplateDecl
>((Decl *)Active->Entity);
550
FunctionTemplateDecl
*FnTmpl
551
= cast<
FunctionTemplateDecl
>((Decl *)Active->Entity);
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaDecl.cpp
716
IsFunctionTemplate = isa<
FunctionTemplateDecl
>(TD);
[
all
...]
SemaDeclAttr.cpp
434
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
451
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
511
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
544
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
583
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
614
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
641
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
663
if (!isa<FunctionDecl>(D) && !isa<
FunctionTemplateDecl
>(D)) {
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaCodeComplete.cpp
661
else if (
FunctionTemplateDecl
*FunTmpl = dyn_cast<
FunctionTemplateDecl
>(ND))
[
all
...]
SemaCXXScopeSpec.cpp
802
isa<
FunctionTemplateDecl
>(Template.get().getAsTemplateDecl())) {
[
all
...]
SemaExpr.cpp
[
all
...]
SemaExprMember.cpp
551
//
FunctionTemplateDecl
.
556
return ND && (isa<ValueDecl>(ND) || isa<
FunctionTemplateDecl
>(ND));
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
257
void VisitFunctionTemplateDecl(
FunctionTemplateDecl
*D);
527
FD->setDescribedFunctionTemplate(ReadDeclAs<
FunctionTemplateDecl
>(Record,
539
FunctionTemplateDecl
*Template = ReadDeclAs<
FunctionTemplateDecl
>(Record,
580
FunctionTemplateDecl
*CanonTemplate
581
= ReadDeclAs<
FunctionTemplateDecl
>(Record, Idx);
[
all
...]
ASTWriterDecl.cpp
92
void VisitFunctionTemplateDecl(
FunctionTemplateDecl
*D);
[
all
...]
/external/clang/include/clang/Serialization/
ASTWriter.h
696
virtual void AddedCXXTemplateSpecialization(const
FunctionTemplateDecl
*TD,
/external/clang/lib/Parse/
Parser.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
Completed in 1148 milliseconds
1
2
3