Searched defs:ArgumentKind (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h150 enum ArgumentKind { enum in class:clang::DiagnosticsEngine
165 /// by ArgumentKind, with a value.
166 typedef std::pair<ArgumentKind, intptr_t> ArgumentValue;
319 ArgumentKind Kind, intptr_t Val,
599 void ConvertArgToString(ArgumentKind Kind, intptr_t Val,
731 /// This is an array of ArgumentKind::ArgumentKind enum values, one for each
738 /// This is only used when the corresponding ArgumentKind is ak_std_string.
966 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const {
1102 DiagnosticsEngine::ArgumentKind getArgKin
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp1092 IdentifierInfo *ArgumentKind = Tok.getIdentifierInfo(); local
1133 ArgumentKind, ArgumentKindLoc,
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4191 IdentifierInfo *ArgumentKind = Attr.getParameterName(); local
4222 ArgumentWithTypeTagAttr(Attr.getRange(), S.Context, ArgumentKind,
H A DSemaChecking.cpp6729 const IdentifierInfo *ArgumentKind,
6750 if (I->getArgumentKind() != ArgumentKind) {
6767 MagicValues->find(std::make_pair(ArgumentKind, MagicValue));
6776 void Sema::RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, argument
6784 TypeTagMagicValue Magic(ArgumentKind, MagicValue);
6811 const IdentifierInfo *ArgumentKind = Attr->getArgumentKind(); local
6817 if (!GetMatchingCType(ArgumentKind, TypeTagExpr, Context,
6847 << ArgumentKind->getName()
6882 << ArgumentType << ArgumentKind->getName()
6728 GetMatchingCType( const IdentifierInfo *ArgumentKind, const Expr *TypeExpr, const ASTContext &Ctx, const llvm::DenseMap<Sema::TypeTagMagicValue, Sema::TypeTagData> *MagicValues, bool &FoundWrongKind, Sema::TypeTagData &TypeInfo) argument

Completed in 232 milliseconds