HomeSort by: relevance | last modified time | path
    Searched defs:ParamInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0});
177 if (ParamInfo.hasValue())
178 AddToRetParamRelations(I + 1, ParamInfo->Index);
  /src/external/apache2/llvm/dist/clang/include/clang/APINotes/
Types.h 412 class ParamInfo : public VariableInfo {
425 ParamInfo()
451 ParamInfo &operator|=(const ParamInfo &RHS) {
465 friend bool operator==(const ParamInfo &, const ParamInfo &);
470 inline bool operator==(const ParamInfo &LHS, const ParamInfo &RHS) {
477 inline bool operator!=(const ParamInfo &LHS, const ParamInfo &RHS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 492 struct ParamInfo {
496 ParamInfo(LocTy loc, Value *v, AttributeSet attrs)
499 bool parseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6499 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
6528 ParseFunctionDeclaratorIdentifierList(D, ParamInfo);
6541 ParseParameterDeclarationClause(D.getContext(), FirstArgAttrs, ParamInfo,
6546 HasProto = ParamInfo.size() || getLangOpts().CPlusPlus
6650 HasProto, IsAmbiguous, LParenLoc, ParamInfo.data(),
6651 ParamInfo.size(), EllipsisLoc, RParenLoc,
6710 /// After returning, ParamInfo will hold the parsed parameters.
6718 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1244 /// ParamInfo - An array of paraminfo objects is allocated whenever a function
1251 struct ParamInfo {
1263 ParamInfo() = default;
1264 ParamInfo(IdentifierInfo *ident, SourceLocation iloc,
1337 /// Params - This is a pointer to a new[]'d array of ParamInfo objects that
1340 ParamInfo *Params;
1627 ParamInfo *Params, unsigned NumParams,
1877 DeclaratorChunk::ParamInfo InlineParams[16];

Completed in 24 milliseconds