Searched refs:UsePath (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 1522 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/ |
D | lib.rs | 376 UseGroup, UseName, UsePath, UseRename, UseTree,
|
D | item.rs | 485 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/ |
D | fold.rs | 732 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()
|
D | clone.rs | 2117 impl Clone for UsePath { implementation 2119 UsePath { in clone()
|
D | eq.rs | 2160 impl Eq for UsePath {} implementation 2163 impl PartialEq for UsePath { implementation
|
D | visit_mut.rs | 732 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()
|
D | visit.rs | 728 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()
|
D | hash.rs | 2706 impl Hash for UsePath { implementation
|
D | debug.rs | 2874 impl Debug for UsePath { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 5443 impl Debug for Lite<syn::UsePath> {
|