Home
last modified time | relevance | path

Searched refs:VisitFunctionDecl (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/clang-tools-extra/clang-doc/
DMapper.h41 bool VisitFunctionDecl(const FunctionDecl *D);
DMapper.cpp69 bool MapASTVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::doc::MapASTVisitor
/external/llvm-project/clang/lib/Analysis/
DCallGraph.cpp85 G->VisitFunctionDecl(FD); in VisitLambdaExpr()
87 G->VisitFunctionDecl(MD); in VisitLambdaExpr()
/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.h47 bool VisitFunctionDecl(clang::FunctionDecl *D);
Dtp_frontend_action.cc202 bool TracepointTypeVisitor::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ebpf::TracepointTypeVisitor
Db_frontend_action.h64 bool VisitFunctionDecl(clang::FunctionDecl *D);
/external/llvm-project/clang/unittests/Analysis/
DCloneDetectionTest.cpp26 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::analysis::__anon99cfe0300111::CloneDetectionVisitor
/external/llvm-project/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp59 bool VisitFunctionDecl(FunctionDecl *FD) { in HandleTranslationUnit() function
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp60 bool VisitFunctionDecl(FunctionDecl *FD) { in HandleTranslationUnit() function
/external/clang/lib/Index/
DUSRGeneration.cpp77 void VisitFunctionDecl(const FunctionDecl *D);
201 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
322 VisitFunctionDecl(D->getTemplatedDecl()); in VisitFunctionTemplateDecl()
DIndexDecl.cpp94 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anon48a0b6da0111::IndexingDeclVisitor
/external/clang/include/clang/Analysis/
DCallGraph.h97 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
/external/llvm-project/clang/tools/libclang/
DCursorVisitor.h215 bool VisitFunctionDecl(FunctionDecl *ND);
/external/clang/tools/libclang/
DCursorVisitor.h214 bool VisitFunctionDecl(FunctionDecl *ND);
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp86 void VisitFunctionDecl(const FunctionDecl *D);
221 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
373 VisitFunctionDecl(D->getTemplatedDecl()); in VisitFunctionTemplateDecl()
/external/llvm-project/clang/include/clang/Analysis/
DCallGraph.h112 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
/external/clang/include/clang/Sema/
DTemplate.h433 Decl *VisitFunctionDecl(FunctionDecl *D,
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp101 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function
DCodeGenPGO.cpp250 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
717 Walker.VisitFunctionDecl(FD); in computeRegionCounts()
/external/clang/lib/AST/
DDeclPrinter.cpp64 void VisitFunctionDecl(FunctionDecl *D);
447 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in DeclPrinter
672 VisitFunctionDecl(FD); in VisitFriendDecl()
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp98 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h327 void VisitFunctionDecl(const FunctionDecl *D);
/external/llvm-project/clang/include/clang/Sema/
DTemplate.h534 Decl *VisitFunctionDecl(FunctionDecl *D,
/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp365 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anonbbe4091a0211::DeducedTypeVisitor
/external/llvm-project/clang/lib/AST/
DODRHash.cpp336 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonb19c90110111::ODRDeclVisitor
340 Inherited::VisitFunctionDecl(D); in VisitFunctionDecl()

123