Searched refs:isOpenMPLoopDirective (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DOpenMPKinds.h82 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
H A DOpenMPKinds.cpp249 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { function in class:clang
/external/clang/lib/Parse/
H A DParseOpenMP.cpp153 if (isOpenMPLoopDirective(DKind))
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1676 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars");

Completed in 327 milliseconds