Searched refs:MatchingCTypeLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4896 TypeSourceInfo *MatchingCTypeLoc = nullptr; local
4897 S.GetTypeFromParser(AL.getMatchingCType(), &MatchingCTypeLoc);
4898 assert(MatchingCTypeLoc && "no type source info for attribute argument");
4901 S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(),

Completed in 75 milliseconds