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(),
286 SmallVector<SourceLocation, 8> ProtocolLocs;
289 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
300 ProtocolLocs.data(),
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 361 SourceLocation *ProtocolLocs;
425 ProtocolLocs(nullptr),
431 delete [] ProtocolLocs;
726 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 890 ProtocolLocs = new SourceLocation[NP];
891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 193 milliseconds