Searched refs:FirstMapping (Results 1 – 2 of 2) sorted by relevance
464 const TokenBuffer::Mapping *FirstMapping, *LastMapping; in spelledForExpanded() local465 std::tie(FirstSpelled, FirstMapping) = spelledForExpandedToken(First); in spelledForExpanded()477 if (FirstMapping && FirstMapping == LastMapping && in spelledForExpanded()498 if (FirstMapping && FirstExpanded != FirstMapping->BeginExpanded) in spelledForExpanded()503 FirstMapping ? File.SpelledTokens.data() + FirstMapping->BeginSpelled in spelledForExpanded()
1919 bool FirstMapping = DTCI.ExplicitlyMapped.try_emplace(ND, MI).second; in ParseOMPDeclareTargetClauses() local1920 if (!FirstMapping) in ParseOMPDeclareTargetClauses()