Searched defs:PK (Results 1 - 3 of 3) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c77 #define PK 11 macro
195 PK , // PK 0 ** 62 ** A8
196 PK , // PK 1 ** 63 ** A9
197 PK , // PK 2 ** 64 ** A10
198 PK , // PK 3 ** 65 ** A11
199 PK , // P
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp1326 Kind PK,
1329 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1321 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h1932 Kind PK,
1938 assert (PK == Dynamic || PropertyIvarDecl);
1945 Kind PK,
1930 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument

Completed in 150 milliseconds