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

/external/clang/lib/AST/
H A DDeclObjC.cpp1306 Kind PK,
1309 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1301 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp281 ProgramPoint::Kind PK)
282 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), PointKind(PK) {}
279 CheckBindContext(const CheckersTy &checkers, SVal loc, SVal val, const Stmt *s, ExprEngine &eng, ProgramPoint::Kind PK) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h1922 Kind PK,
1928 assert (PK == Dynamic || PropertyIvarDecl);
1935 Kind PK,
1920 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument

Completed in 132 milliseconds