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

  /external/clang/lib/Parse/
ParseObjc.cpp 224 SmallVector<SourceLocation, 8> ProtocolLocs;
226 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
236 ProtocolLocs.data(),
268 SmallVector<SourceLocation, 8> ProtocolLocs;
271 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
279 ProtocolLocs.data(),
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 338 SourceLocation *ProtocolLocs;
400 ProtocolLocs(0),
406 delete [] ProtocolLocs;
666 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 744 ProtocolLocs = new SourceLocation[NP];
746 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 87 milliseconds