HomeSort by: relevance | last modified time | path
    Searched defs:ArgumentKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 38 ArgumentKind,
39 STATEMENT_WITH_INDEX_KIND_BEGIN=ArgumentKind,
40 STATEMENT_WITH_INDEX_KIND_END=ArgumentKind,
42 STATEMENT_KIND_END = ArgumentKind,
57 case ArgumentKind: return "construct into argument";
108 : Data(CE), Kind(ArgumentKind), Index(Index) {}
111 : Data(CE), Kind(ArgumentKind), Index(Index) {}
114 : Data(CE), Kind(ArgumentKind), Index(Index) {}
117 : Data(ME), Kind(ArgumentKind), Index(Index) {}
121 : Data(E), Kind(ArgumentKind), Index(Index)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 203 enum ArgumentKind {
251 /// by ArgumentKind, with a value.
252 using ArgumentValue = std::pair<ArgumentKind, intptr_t>;
507 ArgumentKind Kind, intptr_t Val,
870 void ConvertArgToString(ArgumentKind Kind, intptr_t Val,
1179 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const {
1555 DiagnosticsEngine::ArgumentKind getArgKind(unsigned Idx) const {
1557 return (DiagnosticsEngine::ArgumentKind)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1506 IdentifierLoc *ArgumentKind = ParseIdentifierLoc();
1543 ArgumentKind, MatchingCType.get(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 15746 const IdentifierInfo *ArgumentKind, const Expr *TypeExpr,
15764 if (I->getArgumentKind() != ArgumentKind) {
15781 MagicValues->find(std::make_pair(ArgumentKind, MagicValue));
15789 void Sema::RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind,
15797 TypeTagMagicValue Magic(ArgumentKind, MagicValue);
15823 const IdentifierInfo *ArgumentKind = Attr->getArgumentKind();
15836 if (!GetMatchingCType(ArgumentKind, TypeTagExpr, Context,
15873 << ArgumentKind->getName()
15908 << ArgumentType << ArgumentKind

Completed in 42 milliseconds