reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
15130   LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName);
15171         MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId,
15174   SourceLocation Loc = MapperId.getLoc();
15178       (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) {
15184     argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups);
15218   if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") {
15220         << Type << MapperId.getName();