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

Declarations

tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  208   llvm::Optional<unsigned> getGlobalIdx(const VarDecl *VD);

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  353   } else if (auto Idx = getGlobalIdx(VD)) {
  473   if (Optional<unsigned> Idx = getGlobalIdx(VD)) {