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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h826 const Node *SecondType; member in class:final
831 FirstType(FirstType_), SecondType(SecondType_) {}
833 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); }
839 SecondType->print(S);
5016 Node *SecondType = getDerived().parseType();
5017 if (SecondType == nullptr)
5019 return make<CtorVtableSpecialName>(SecondType, FirstType);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10079 QualType SecondType = SecondField->getType();
10081 ComputeQualTypeODRHash(SecondType)) {
10087 << SecondII << SecondType;
10552 QualType SecondType = SecondTD->getUnderlyingType();
10554 ComputeQualTypeODRHash(SecondType)) {
10560 << (FirstDiffType == TypeAlias) << SecondName << SecondType;
10583 QualType SecondType = SecondVD->getType();
10585 ComputeQualTypeODRHash(SecondType)) {
10591 << SecondName << SecondType;
10788 QualType SecondType
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14914 QualType FirstType, SecondType; local
14920 SecondType = SrcType;
14931 SecondType = DstType;
14937 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
14939 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
14952 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
14960 if (SecondType == Context.OverloadTy)

Completed in 184 milliseconds