Home
last modified time | relevance | path

Searched defs:OPD (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
DASTConsumers.cpp448 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(I); in PrintDeclContext() local
/external/clang/tools/libclang/
DCXType.cpp906 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D)) in clang_getDeclObjCTypeEncoding() local
/external/llvm-project/clang/tools/libclang/
DCXType.cpp1110 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D)) in clang_getDeclObjCTypeEncoding() local
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1249 if (auto *OPD = dyn_cast<ObjCProtocolDecl>(this)) in getPrimaryContext() local
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1245 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
1247 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp849 if (auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local