Home
last modified time | relevance | path

Searched refs:builtAll (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h472 bool builtAll() { in builtAll() function
/external/clang/lib/Sema/
DSemaOpenMP.cpp3001 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPSimdDirective()
3031 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForDirective()
3051 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForSimdDirective()
3174 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelForDirective()