HomeSort by relevance Sort by last modified time
    Searched defs:lAngleLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp 243 // case, LAngleLoc will be valid and ProtocolIdents will capture the
245 SourceLocation LAngleLoc, EndProtoLoc;
251 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
288 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols");
293 LAngleLoc, EndProtoLoc,
343 nullptr, typeArgsLAngleLoc, typeArgs, typeArgsRAngleLoc, LAngleLoc,
351 if (LAngleLoc.isValid()) {
364 LAngleLoc, EndProtoLoc,
439 /// \param lAngleLoc The location of the starting '<'.
447 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 812 SourceLocation LAngleLoc, RAngleLoc;
821 LAngleLoc = ReadSourceLocation(Record, Idx);
    [all...]

Completed in 73 milliseconds