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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h377 ArgInfo *getArgsBuffer() { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
380 const ArgInfo *getArgsBuffer() const { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h140 ArgsUnion *getArgsBuffer() { return reinterpret_cast<ArgsUnion *>(this + 1); } function in class:clang::AttributeList
141 ArgsUnion const *getArgsBuffer() const { function in class:clang::AttributeList
[all...]

Completed in 111 milliseconds