HomeSort by relevance Sort by last modified time
    Searched refs:VisitFunctionDecl (Results 1 - 14 of 14) 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 63 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 753 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) {
865 return VisitFunctionDecl(D->getTemplatedDecl());
    [all...]
  /external/clang/include/clang/Sema/
Template.h 409 Decl *VisitFunctionDecl(FunctionDecl *D,
  /external/clang/lib/AST/
DeclPrinter.cpp 55 void VisitFunctionDecl(FunctionDecl *D);
390 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) {
597 VisitFunctionDecl(FD);
    [all...]
ASTDumper.cpp 195 void VisitFunctionDecl(const FunctionDecl *D);
748 void ASTDumper::VisitFunctionDecl(const FunctionDecl *D) {
    [all...]
ASTImporter.cpp 135 Decl *VisitFunctionDecl(FunctionDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 323 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/v8/tools/gcmole/
gcmole.cc 225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 78 void VisitFunctionDecl(FunctionDecl *D);
310 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) {
    [all...]
ASTReaderDecl.cpp 241 void VisitFunctionDecl(FunctionDecl *FD);
497 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 1187 milliseconds