HomeSort by: relevance | last modified time | path
    Searched defs:Bodies (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 45 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
53 llvm::StringMap<Stmt *> &Bodies;
ModelConsumer.h 29 /// This consumer collects the bodies of function definitions into a StringMap
33 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
38 llvm::StringMap<Stmt *> &Bodies;
FrontendActions.h 45 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
53 llvm::StringMap<Stmt *> &Bodies;
ModelConsumer.h 29 /// This consumer collects the bodies of function definitions into a StringMap
33 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
38 llvm::StringMap<Stmt *> &Bodies;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h 15 /// which lack bodies in the original source code. This allows the analyzer
64 llvm::StringMap<Stmt *> Bodies;
ModelInjector.h 15 /// which lack bodies in the original source code. This allows the analyzer
64 llvm::StringMap<Stmt *> Bodies;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
BodyFarm.h 1 //== BodyFarm.h - Factory for conjuring up fake bodies -------------*- C++ -*-//
35 /// Factory method for creating bodies for ordinary functions.
38 /// Factory method for creating bodies for Objective-C properties.
48 BodyMap Bodies;
BodyFarm.h 1 //== BodyFarm.h - Factory for conjuring up fake bodies -------------*- C++ -*-//
35 /// Factory method for creating bodies for ordinary functions.
38 /// Factory method for creating bodies for Objective-C properties.
48 BodyMap Bodies;

Completed in 114 milliseconds