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

Definitions

tools/clang/include/clang/AST/Decl.h
  828 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
tools/clang/include/clang/AST/Expr.h
  108 class Expr : public ValueStmt {
 1050 class OpaqueValueExpr : public Expr {
tools/clang/include/clang/AST/ExprCXX.h
 4419 class MaterializeTemporaryExpr : public Expr {
tools/clang/lib/AST/ExprConstant.cpp
 1765 template<typename KeyT>