Home
last modified time | relevance | path

Searched defs:ProtocolLocs (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp241 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local
286 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local
1153 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences()
1202 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCProtocolQualifiers() local
1417 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3345 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local
3399 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
3558 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h378 SourceLocation *ProtocolLocs; variable