Home | History | Annotate | Download | only in Sema

Lines Matching refs:Lookup

22 #include "clang/Sema/Lookup.h"
2003 StructuredList = SyntacticToSemantic.lookup(IList);
2090 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
2091 for (NamedDecl *ND : Lookup) {
2112 // Name lookup found something, but it wasn't a field.
2113 if (!Lookup.empty()) {
2116 SemaRef.Diag(Lookup.front()->getLocation(),
2122 // Name lookup didn't find anything.
2515 ExistingInit = SyntacticToSemantic.lookup(IList);
4468 // be changed while iterating. To be safe we copy the lookup results
5230 // To be safe we copy the lookup results to a new container.