HomeSort by: relevance | last modified time | path
    Searched defs:isDynamic (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool {
260 if (isDynamic(E)) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 245 isDynamic=true) {
262 attrs |= isDynamic ? (1<<1) : 0;
292 isDynamic=true) {
296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
1122 isDynamic=true) override {
3375 bool isDynamic = false;
3381 isDynamic = (propertyImpl->getPropertyImplementation() ==
3385 PushProperty(properties, property, Container, isSynthesized, isDynamic);
CGOpenMPRuntime.cpp 2669 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const {

Completed in 49 milliseconds