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

Declarations

tools/clang/lib/AST/Interp/Context.h
   84   InterpResult Check(State &Parent, llvm::Expected<bool> &&R);

References

tools/clang/lib/AST/Interp/Context.cpp
   57   return Check(Parent, C.interpretExpr(E));
   63   return Check(Parent, C.interpretDecl(VD));