HomeSort by relevance Sort by last modified time
    Searched defs:VisitFunctionDecl (Results 1 - 19 of 19) sorted by null

  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 60 bool VisitFunctionDecl(FunctionDecl *FD) {
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 91 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) {
  /external/clang/include/clang/Analysis/
CallGraph.h 97 bool VisitFunctionDecl(FunctionDecl *FD) {
  /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/
IndexDecl.cpp 94 bool VisitFunctionDecl(const FunctionDecl *D) {
USRGeneration.cpp 77 void VisitFunctionDecl(const FunctionDecl *D);
201 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
322 VisitFunctionDecl(D->getTemplatedDecl());
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 30 bool VisitFunctionDecl(FunctionDecl* function_decl) {
  /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...]
ASTImporter.cpp 148 Decl *VisitFunctionDecl(FunctionDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 344 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 103 bool VisitFunctionDecl(FunctionDecl* function_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/clang/tools/libclang/
CXIndexDataConsumer.cpp 35 bool VisitFunctionDecl(const FunctionDecl *D) {
    [all...]
CIndex.cpp 790 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) {
908 return VisitFunctionDecl(D->getTemplatedDecl());
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 478 milliseconds