Home
last modified time | relevance | path

Searched refs:BOOLId (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DNSAPI.cpp17 : Ctx(ctx), ClassIds(), BOOLId(0), NSIntegerId(0), NSUIntegerId(0), in NSAPI()
356 return isObjCTypedef(T, "BOOL", BOOLId); in isObjCBOOLType()
/external/clang/include/clang/AST/
DNSAPI.h214 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId; variable