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

Declarations

tools/clang/lib/AST/Interp/Program.h
   90   Function *getFunction(const FunctionDecl *F);

References

tools/clang/lib/AST/Interp/Context.cpp
   32   Function *Func = P->getFunction(FD);
tools/clang/lib/AST/Interp/Program.cpp
  195   if (Function *Func = getFunction(F)) {