Searched defs:getDirectiveKind (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 569 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 98 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } getDirectiveKind() function in __anon5bd794cd0111::CGOpenMPRegionInfo |