Home
last modified time | relevance | path

Searched refs:FromInt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp650 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() argument
657 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetIntegerDiff()
703 const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, in SetFromIntegerAndToDeclarationDiff() argument
708 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetFromIntegerAndToDeclarationDiff()
806 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() argument
811 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetIntegerDiff()
853 llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, in GetFromIntegerAndToDeclarationDiff() argument
858 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetFromIntegerAndToDeclarationDiff()
1247 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1253 Context, FromIter, FromDefaultNonTypeDecl, FromInt, HasFromInt, in DiffNonTypes()
[all …]