OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Bodies
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h
43
ParseModelFileAction(llvm::StringMap<Stmt *> &
Bodies
);
51
llvm::StringMap<Stmt *> &
Bodies
;
ModelConsumer.h
30
/// This consumer collects the
bodies
of function definitions into a StringMap
34
ModelConsumer(llvm::StringMap<Stmt *> &
Bodies
);
39
llvm::StringMap<Stmt *> &
Bodies
;
/external/clang/lib/Analysis/
BodyFarm.h
1
//== BodyFarm.h - Factory for conjuring up fake
bodies
-------------*- C++ -*-//
36
/// Factory method for creating
bodies
for ordinary functions.
39
/// Factory method for creating
bodies
for Objective-C properties.
46
BodyMap
Bodies
;
/external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h
16
/// which lack
bodies
in the original source code. This allows the analyzer
69
llvm::StringMap<Stmt *>
Bodies
;
Completed in 878 milliseconds