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 226 SmallVector<SourceLocation, 8> ProtocolLocs;
228 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
238 ProtocolLocs.data(),
270 SmallVector<SourceLocation, 8> ProtocolLocs;
273 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
281 ProtocolLocs.data(),
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 358 SourceLocation *ProtocolLocs;
422 ProtocolLocs(0),
428 delete [] ProtocolLocs;
694 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 790 ProtocolLocs = new SourceLocation[NP];
791 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 144 milliseconds