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

  /external/clang/include/clang/AST/
ExprObjC.h 431 SourceLocation AtLoc, ProtoLoc, RParenLoc;
434 SourceLocation at, SourceLocation protoLoc, SourceLocation rp)
437 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
444 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 74 milliseconds