Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp208 bool UsePath = true; in toAPValue() local
211 UsePath = false; in toAPValue()
296 if (UsePath) in toAPValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1841 llvm::SmallVector<CanonicalDeclPtr<FunctionDecl>, 4> UsePath; member in __anon1db639350511::DeferredDiagnosticsEmitter
1935 FunctionDecl *Caller = UsePath.empty() ? nullptr : UsePath.back(); in checkFunc()
1940 if (Caller && S.LangOpts.OpenMP && UsePath.size() == 1 && in checkFunc()
1955 UsePath.push_back(FD); in checkFunc()
1961 UsePath.pop_back(); in checkFunc()