Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSema.cpp1522 llvm::SmallVector<CanonicalDeclPtr<FunctionDecl>, 4> UsePath; member in __anon563690250311::DeferredDiagnosticsEmitter
1573 FunctionDecl *Caller = UsePath.empty() ? nullptr : UsePath.back(); in checkFunc()
1578 if (Caller && S.LangOpts.OpenMP && UsePath.size() == 1 && in checkFunc()
1593 UsePath.push_back(FD); in checkFunc()
1597 UsePath.pop_back(); in checkFunc()
/external/rust/crates/syn/src/
Dlib.rs376 UseGroup, UseName, UsePath, UseRename, UseTree,
Ditem.rs485 Path(UsePath),
506 pub struct UsePath {
1352 Ok(UseTree::Path(UsePath { in parse()
3064 impl ToTokens for UsePath { implementation
/external/rust/crates/syn/src/gen/
Dfold.rs732 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path() argument
3082 pub fn fold_use_path<F>(f: &mut F, node: UsePath) -> UsePath in fold_use_path()
3086 UsePath { in fold_use_path()
Dclone.rs2117 impl Clone for UsePath { implementation
2119 UsePath { in clone()
Deq.rs2160 impl Eq for UsePath {} implementation
2163 impl PartialEq for UsePath { implementation
Dvisit_mut.rs732 fn visit_use_path_mut(&mut self, i: &mut UsePath) { in visit_use_path_mut() argument
3642 pub fn visit_use_path_mut<V>(v: &mut V, node: &mut UsePath) in visit_use_path_mut()
Dvisit.rs728 fn visit_use_path(&mut self, i: &'ast UsePath) { in visit_use_path() argument
3636 pub fn visit_use_path<'ast, V>(v: &mut V, node: &'ast UsePath) in visit_use_path()
Dhash.rs2706 impl Hash for UsePath { implementation
Ddebug.rs2874 impl Debug for UsePath { implementation
/external/rust/crates/syn/tests/debug/
Dgen.rs5443 impl Debug for Lite<syn::UsePath> {