reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
   32   for (DeclGroupRef::iterator I = D.begin(), E = D.end(); I != E; ++I) {
   32   for (DeclGroupRef::iterator I = D.begin(), E = D.end(); I != E; ++I) {
   35     const FunctionDecl *func = llvm::dyn_cast<FunctionDecl>(*I);