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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 186 struct IdentifierLoc {
190 static IdentifierLoc *create(ASTContext &Ctx, SourceLocation Loc,
196 using ArgsUnion = llvm::PointerUnion<Expr *, IdentifierLoc *>;
312 IdentifierLoc *Parm, const AvailabilityChange &introduced,
333 IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3,
350 IdentifierLoc *ArgKind, ParsedType matchingCType,
483 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>();
486 IdentifierLoc *getArgAsIdent(unsigned Arg) const
    [all...]
Sema.h 6417 SourceLocation IdentifierLoc;
6425 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc),
6432 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 1714 SourceLocation IdentifierLoc = ConsumeToken();
1717 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty,
1982 SourceLocation IdentifierLoc = ConsumeToken();
1985 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty,

Completed in 26 milliseconds