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

  /external/clang/include/clang/AST/
ExprObjC.h 426 SourceLocation AtLoc, ProtoLoc, RParenLoc;
429 SourceLocation at, SourceLocation protoLoc, SourceLocation rp)
432 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
439 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 850 Writer.AddSourceLocation(E->ProtoLoc, Record);
    [all...]
ASTReaderStmt.cpp 887 E->ProtoLoc = ReadSourceLocation(Record, Idx);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 110 milliseconds