Searched defs:CGFunctionInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h1 //==-- CGFunctionInfo.h - Representation of function argument/return types -==//
10 // Defines CGFunctionInfo and associated types used in representing the
334 /// CGFunctionInfo - Class to encapsulate the information about a
336 class CGFunctionInfo : public llvm::FoldingSetNode { class in class:clang::CodeGen::ABIArgInfo
384 CGFunctionInfo() : Required(RequiredArgs::All) {} function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
387 static CGFunctionInfo *create(unsigned llvmCC,

Completed in 332 milliseconds