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

Definitions

tools/clang/include/clang/AST/Decl.h
  249 class NamedDecl : public Decl {
 1785 class FunctionDecl : public DeclaratorDecl,
tools/clang/include/clang/AST/DeclCXX.h
 1905 class CXXMethodDecl : public FunctionDecl {
tools/clang/include/clang/AST/Expr.h
 1421 class IntegerLiteral : public Expr, public APIntStorage {
 1505 class CharacterLiteral : public Expr {
 1558 class FloatingLiteral : public Expr, private APFloatStorage {
tools/clang/include/clang/AST/ExprCXX.h
   78 class CXXOperatorCallExpr final : public CallExpr {
  645 class CXXBoolLiteralExpr : public Expr {
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  315 template <typename T>