Searched defs:CurrDir (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2658 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); local
2664 if (isOpenMPWorksharingDirective(CurrDir) &&
2665 !isOpenMPParallelDirective(CurrDir)) {
2769 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); local
2776 if (isOpenMPWorksharingDirective(CurrDir) &&
2777 !isOpenMPParallelDirective(CurrDir)) {
3167 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); local
3168 if (isOpenMPWorksharingDirective(CurrDir) &&
3169 !isOpenMPParallelDirective(CurrDir)) {
/external/clang/lib/Serialization/
H A DASTReader.cpp1123 const std::string &CurrDir) {
1124 assert(OriginalDir != CurrDir &&
1130 SmallString<128> currPCHPath(CurrDir);
1121 resolveFileRelativeToOriginalDir(const std::string &Filename, const std::string &OriginalDir, const std::string &CurrDir) argument

Completed in 384 milliseconds