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

  /external/clang/include/clang/Analysis/
CallGraph.h 97 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/clang/tools/libclang/
CursorVisitor.h 213 bool VisitFunctionDecl(FunctionDecl *ND);
IndexDecl.cpp 72 bool VisitFunctionDecl(const FunctionDecl *D) {
CIndexUSRs.cpp 71 void VisitFunctionDecl(const FunctionDecl *D);
177 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
281 VisitFunctionDecl(D->getTemplatedDecl());
CIndex.cpp 763 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) {
882 return VisitFunctionDecl(D->getTemplatedDecl());
    [all...]
  /external/clang/include/clang/Sema/
Template.h 425 Decl *VisitFunctionDecl(FunctionDecl *D,
  /external/clang/lib/AST/
DeclPrinter.cpp 55 void VisitFunctionDecl(FunctionDecl *D);
395 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) {
602 VisitFunctionDecl(FD);
    [all...]
ASTDumper.cpp 200 void VisitFunctionDecl(const FunctionDecl *D);
806 void ASTDumper::VisitFunctionDecl(const FunctionDecl *D) {
    [all...]
ASTImporter.cpp 140 Decl *VisitFunctionDecl(FunctionDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 325 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 81 void VisitFunctionDecl(FunctionDecl *D);
321 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) {
    [all...]
ASTReaderDecl.cpp 254 void VisitFunctionDecl(FunctionDecl *FD);
523 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 972 milliseconds