HomeSort by: relevance | last modified time | path
    Searched refs:MatchingCType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 172 ParsedType MatchingCType;
350 IdentifierLoc *ArgKind, ParsedType matchingCType,
361 new (&ExtraData.MatchingCType) ParsedType(matchingCType);
535 return getTypeTagForDatatypeDataSlot().MatchingCType;
836 ParsedType matchingCType, bool layoutCompatible,
840 argumentKind, matchingCType,
1033 ParsedType matchingCType, bool layoutCompatible,
1036 attrName, attrRange, scopeName, scopeLoc, argumentKind, matchingCType,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1514 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange);
1515 if (MatchingCType.isInvalid()) {
1543 ArgumentKind, MatchingCType.get(),

Completed in 62 milliseconds