Home
last modified time | relevance | path

Searched refs:FirstMapping (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp416 auto [FirstSpelled, FirstMapping] = spelledForExpandedToken(First); in spelledForExpanded()
428 if (FirstMapping && FirstMapping == LastMapping && in spelledForExpanded()
449 if (FirstMapping && FirstExpanded != FirstMapping->BeginExpanded) in spelledForExpanded()
454 FirstMapping ? File.SpelledTokens.data() + FirstMapping->BeginSpelled in spelledForExpanded()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1918 bool FirstMapping = DTCI.ExplicitlyMapped.try_emplace(ND, MI).second; in ParseOMPDeclareTargetClauses() local
1919 if (!FirstMapping) in ParseOMPDeclareTargetClauses()