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 241 SmallVector<SourceLocation, 8> ProtocolLocs;
243 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
253 ProtocolLocs.data(),
285 SmallVector<SourceLocation, 8> ProtocolLocs;
288 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
296 ProtocolLocs.data(),
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 368 SourceLocation *ProtocolLocs;
430 ProtocolLocs(0),
436 delete [] ProtocolLocs;
711 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 825 ProtocolLocs = new SourceLocation[NP];
826 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 59 milliseconds