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

/external/clang/include/clang/Basic/
H A DDiagnostic.h149 enum ArgumentKind { enum in class:clang::DiagnosticsEngine
166 /// by ArgumentKind, with a value.
167 typedef std::pair<ArgumentKind, intptr_t> ArgumentValue;
318 ArgumentKind Kind, intptr_t Val,
607 void ConvertArgToString(ArgumentKind Kind, intptr_t Val,
747 /// This is an array of ArgumentKind::ArgumentKind enum values, one for each
754 /// This is only used when the corresponding ArgumentKind is ak_std_string.
978 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const {
1144 DiagnosticsEngine::ArgumentKind getArgKin
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp1153 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); local
1190 ArgumentKind, MatchingCType.get(),
/external/clang/lib/Sema/
H A DSemaChecking.cpp8012 const IdentifierInfo *ArgumentKind,
8030 if (I->getArgumentKind() != ArgumentKind) {
8047 MagicValues->find(std::make_pair(ArgumentKind, MagicValue));
8056 void Sema::RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, argument
8064 TypeTagMagicValue Magic(ArgumentKind, MagicValue);
8091 const IdentifierInfo *ArgumentKind = Attr->getArgumentKind(); local
8097 if (!GetMatchingCType(ArgumentKind, TypeTagExpr, Context,
8127 << ArgumentKind->getName()
8162 << ArgumentType << ArgumentKind
8011 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 184 milliseconds