Searched defs:getDirectiveKind (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenACC.h | 56 OpenACCDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind() function |
H A D | StmtOpenMP.h | 569 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } getDirectiveKind() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | SemaOpenACC.h | 94 OpenACCDirectiveKind getDirectiveKind() const { return DirKind; } getDirectiveKind() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 99 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } getDirectiveKind() function in __anon143de22e0111::CGOpenMPRegionInfo |