Home
last modified time | relevance | path

Searched refs:FoundDecl (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anon14605f3f0111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anon0e3ed15f0111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anona1bca43e0111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anon63fb88540111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anond4244d8c0111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anonc07629810111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anonf40e0dd20111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anon11aa1ec00111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
211 const Decl *FoundDecl; member in clang::tooling::__anon5a2bacdd0111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
258 if (FoundDecl == nullptr) { in FindSymbol()
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
84 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
173 const Decl *FoundDecl; member in clang::tooling::__anonec5c09af0111::AdditionalUSRFinder
217 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
221 if (FoundDecl == nullptr) { in FindSymbol()
245 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
84 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
173 const Decl *FoundDecl; member in clang::tooling::__anon29796fb60111::AdditionalUSRFinder
217 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
221 if (FoundDecl == nullptr) { in FindSymbol()
245 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
84 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
182 const Decl *FoundDecl; member in clang::tooling::__anon1ae6d2b80111::AdditionalUSRFinder
226 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
230 if (FoundDecl == nullptr) { in FindSymbol()
254 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp42 if (!FoundDecl) in getCanonicalSymbolDeclaration()
47 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
49 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
55 return FoundDecl; in getCanonicalSymbolDeclaration()
66 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
84 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
182 const Decl *FoundDecl; member in clang::tooling::__anon9d7058540111::AdditionalUSRFinder
226 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
230 if (FoundDecl == nullptr) { in FindSymbol()
254 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp45 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
47 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
53 return FoundDecl; in getCanonicalSymbolDeclaration()
64 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
79 dyn_cast<ClassTemplateDecl>(FoundDecl)) { in Find()
82 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
167 const Decl *FoundDecl; member in clang::tooling::__anonf89215f60111::AdditionalUSRFinder
211 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
215 if (FoundDecl == nullptr) { in FindSymbol()
239 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp46 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
48 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
54 return FoundDecl; in getCanonicalSymbolDeclaration()
65 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
80 dyn_cast<ClassTemplateDecl>(FoundDecl)) { in Find()
83 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
168 const Decl *FoundDecl; member in clang::tooling::__anon0724b2f40111::AdditionalUSRFinder
212 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
216 if (FoundDecl == nullptr) { in FindSymbol()
240 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp46 FoundDecl = CtorDecl->getParent(); in getCanonicalSymbolDeclaration()
48 FoundDecl = DtorDecl->getParent(); in getCanonicalSymbolDeclaration()
54 return FoundDecl; in getCanonicalSymbolDeclaration()
65 : FoundDecl(FoundDecl), Context(Context) {} in AdditionalUSRFinder()
80 dyn_cast<ClassTemplateDecl>(FoundDecl)) { in Find()
83 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
168 const Decl *FoundDecl; member in clang::tooling::__anon15b74ff20111::AdditionalUSRFinder
212 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
216 if (FoundDecl == nullptr) { in FindSymbol()
240 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTConcept.h117 NamedDecl *FoundDecl; variable
129 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
133 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
137 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
152 return FoundDecl; in getFoundDecl()
177 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
182 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTConcept.h117 NamedDecl *FoundDecl; variable
129 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
133 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
137 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
152 return FoundDecl; in getFoundDecl()
177 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
182 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference() argument
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
136 FoundDecl(nullptr), NamedConcept(nullptr), ArgsAsWritten(nullptr) {} in ConceptReference()
151 return FoundDecl; in getFoundDecl()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint() argument
181 FoundDecl, NamedConcept, ArgsAsWritten), in TypeConstraint()

12345678910>>...24