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

/external/clang/lib/Sema/
H A DSemaType.cpp2468 SmallVector<bool, 16> ConsumedArguments; local
2469 ConsumedArguments.reserve(FTI.NumArgs);
2527 ConsumedArguments.push_back(Consumed);
2535 EPI.ConsumedArguments = ConsumedArguments.data();
/external/clang/include/clang/AST/
H A DType.h2745 ConsumedArguments(0) {}
2758 const bool *ConsumedArguments; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2854 EPI.ConsumedArguments = getConsumedArgsBuffer();

Completed in 97 milliseconds