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

/external/clang/include/clang/Basic/
H A DDiagnostic.h150 enum ArgumentKind { enum in class:clang::DiagnosticsEngine
167 /// by ArgumentKind, with a value.
168 typedef std::pair<ArgumentKind, intptr_t> ArgumentValue;
319 ArgumentKind Kind, intptr_t Val,
616 void ConvertArgToString(ArgumentKind Kind, intptr_t Val,
756 /// This is an array of ArgumentKind::ArgumentKind enum values, one for each
763 /// This is only used when the corresponding ArgumentKind is ak_std_string.
986 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const {
1166 DiagnosticsEngine::ArgumentKind getArgKin
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp1307 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); local
1344 ArgumentKind, MatchingCType.get(),
/external/clang/lib/Sema/
H A DSemaChecking.cpp10764 const IdentifierInfo *ArgumentKind,
10782 if (I->getArgumentKind() != ArgumentKind) {
10799 MagicValues->find(std::make_pair(ArgumentKind, MagicValue));
10808 void Sema::RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, argument
10816 TypeTagMagicValue Magic(ArgumentKind, MagicValue);
10843 const IdentifierInfo *ArgumentKind = Attr->getArgumentKind(); local
10849 if (!GetMatchingCType(ArgumentKind, TypeTagExpr, Context,
10879 << ArgumentKind->getName()
10914 << ArgumentType << ArgumentKind
10763 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 197 milliseconds