Searched refs:MagicValue (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5858 /// \param MagicValue Type tag magic value. 5860 const ValueDecl **VD, uint64_t *MagicValue) { 5887 *MagicValue = MagicValueAPInt.getZExtValue(); 5947 uint64_t MagicValue; local 5949 if (!FindTypeTagExpr(TypeExpr, Ctx, &VD, &MagicValue)) 5974 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); 5984 uint64_t MagicValue, QualType Type, 5991 TypeTagMagicValue Magic(ArgumentKind, MagicValue); 5859 FindTypeTagExpr(const Expr *TypeExpr, const ASTContext &Ctx, const ValueDecl **VD, uint64_t *MagicValue) argument 5983 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument
|
H A D | SemaDecl.cpp | 7131 uint64_t MagicValue = MagicValueInt.getZExtValue(); local 7133 MagicValue,
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 7186 uint64_t MagicValue, QualType Type,
|
Completed in 387 milliseconds