HomeSort by relevance Sort by last modified time
    Searched refs:VisitFunctionDecl (Results 1 - 25 of 27) sorted by null

1 2

  /development/vndk/tools/header-checker/src/dumper/
ast_processing.h 48 bool VisitFunctionDecl(const clang::FunctionDecl *decl);
ast_processing.cpp 130 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) {
  /external/bcc/src/cc/frontends/clang/
tp_frontend_action.h 47 bool VisitFunctionDecl(clang::FunctionDecl *D);
b_frontend_action.h 64 bool VisitFunctionDecl(clang::FunctionDecl *D);
tp_frontend_action.cc 202 bool TracepointTypeVisitor::VisitFunctionDecl(FunctionDecl *D) {
b_frontend_action.cc 694 bool BTypeVisitor::VisitFunctionDecl(FunctionDecl *D) {
    [all...]
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 60 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/syzkaller/tools/syz-declextract/
syz-declextract.cpp 57 bool VisitFunctionDecl(const FunctionDecl *D) {
  /external/clang/include/clang/Analysis/
CallGraph.h 97 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/clang/tools/libclang/
CursorVisitor.h 214 bool VisitFunctionDecl(FunctionDecl *ND);
CXIndexDataConsumer.cpp 35 bool VisitFunctionDecl(const FunctionDecl *D) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 433 Decl *VisitFunctionDecl(FunctionDecl *D,
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 101 bool VisitFunctionDecl(FunctionDecl *D) {
CodeGenPGO.cpp 250 void VisitFunctionDecl(const FunctionDecl *D) {
717 Walker.VisitFunctionDecl(FD);
  /external/clang/lib/Index/
USRGeneration.cpp 77 void VisitFunctionDecl(const FunctionDecl *D);
201 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
322 VisitFunctionDecl(D->getTemplatedDecl());
IndexDecl.cpp 94 bool VisitFunctionDecl(const FunctionDecl *D) {
  /external/clang/lib/AST/
DeclPrinter.cpp 64 void VisitFunctionDecl(FunctionDecl *D);
447 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) {
672 VisitFunctionDecl(FD);
    [all...]
ASTDumper.cpp 428 void VisitFunctionDecl(const FunctionDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 344 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 31 bool VisitFunctionDecl(FunctionDecl* function_decl) {
  /external/v8/tools/gcmole/
gcmole.cc 224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 89 void VisitFunctionDecl(FunctionDecl *D);
507 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) {
    [all...]
ASTReaderDecl.cpp 304 void VisitFunctionDecl(FunctionDecl *FD);
754 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) {
    [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 84 bool VisitFunctionDecl(FunctionDecl* function_decl) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 2089 milliseconds

1 2