HomeSort by relevance Sort by last modified time
    Searched defs:ProtocolLocs (Results 1 - 3 of 3) 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/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 368 SourceLocation *ProtocolLocs;
430 ProtocolLocs(0),
436 delete [] ProtocolLocs;
711 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
    [all...]

Completed in 182 milliseconds