clang  3.8.0
Classes | Namespaces
CGFunctionInfo.h File Reference
#include "clang/AST/CanonicalType.h"
#include "clang/AST/CharUnits.h"
#include "clang/AST/Type.h"
#include "llvm/ADT/FoldingSet.h"
#include <cassert>
Include dependency graph for CGFunctionInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::CodeGen::ABIArgInfo
 ABIArgInfo - Helper class to encapsulate information about how a specific C type should be passed to or returned from a function. More...
 
class  clang::CodeGen::RequiredArgs
 A class for recording the number of arguments that a function signature requires. More...
 
class  clang::CodeGen::CGFunctionInfo
 CGFunctionInfo - Class to encapsulate the information about a function definition. More...
 
class  clang::CodeGen::CGCalleeInfo
 CGCalleeInfo - Class to encapsulate the information about a callee to be used during the generation of call/invoke instructions. More...
 

Namespaces

 llvm
 DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
 
 clang
 Dataflow Directional Tag Classes.
 
 clang::CodeGen