Searched refs:MagicValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 15288 const ValueDecl **VD, uint64_t *MagicValue, in FindTypeTagExpr() argument 15316 *MagicValue = MagicValueAPInt.getZExtValue(); in FindTypeTagExpr() 15380 uint64_t MagicValue; in GetMatchingCType() local 15382 if (!FindTypeTagExpr(TypeExpr, Ctx, &VD, &MagicValue, isConstantEvaluated)) in GetMatchingCType() 15404 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType() 15413 uint64_t MagicValue, QualType Type, in RegisterTypeTagForDatatype() argument 15420 TypeTagMagicValue Magic(ArgumentKind, MagicValue); in RegisterTypeTagForDatatype()
|
| H A D | SemaDecl.cpp | 15067 uint64_t MagicValue = MagicValueInt->getZExtValue(); in FinalizeDeclaration() local 15069 MagicValue, in FinalizeDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2631 uint64_t MagicValue, QualType Type,
|