Searched refs:MagicValue (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 17120 const ValueDecl **VD, uint64_t *MagicValue, in FindTypeTagExpr() argument 17148 *MagicValue = MagicValueAPInt.getZExtValue(); in FindTypeTagExpr() 17212 uint64_t MagicValue; in GetMatchingCType() local 17214 if (!FindTypeTagExpr(TypeExpr, Ctx, &VD, &MagicValue, isConstantEvaluated)) in GetMatchingCType() 17236 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType() 17245 uint64_t MagicValue, QualType Type, in RegisterTypeTagForDatatype() argument 17252 TypeTagMagicValue Magic(ArgumentKind, MagicValue); in RegisterTypeTagForDatatype()
|
| H A D | SemaDecl.cpp | 14007 uint64_t MagicValue = MagicValueInt->getZExtValue(); in FinalizeDeclaration() local 14009 MagicValue, in FinalizeDeclaration()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 13279 uint64_t MagicValue, QualType Type,
|