clang API Documentation
00001 //===-- SemaConsumer.cpp - Abstract interface for AST semantics -*- C++ -*-===// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file is distributed under the University of Illinois Open Source 00006 // License. See LICENSE.TXT for details. 00007 // 00008 //===----------------------------------------------------------------------===// 00009 00010 #include "clang/Sema/SemaConsumer.h" 00011 00012 using namespace clang; 00013 00014 void SemaConsumer::anchor() { }