Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1637 llvm::SmallVector<CanonicalDeclPtr<FunctionDecl>, 4> UsePath; member in __anone2120c650411::DeferredDiagnosticsEmitter
1690 FunctionDecl *Caller = UsePath.empty() ? nullptr : UsePath.back(); in checkFunc()
1695 if (Caller && S.LangOpts.OpenMP && UsePath.size() == 1 && in checkFunc()
1710 UsePath.push_back(FD); in checkFunc()
1714 UsePath.pop_back(); in checkFunc()