Home
last modified time | relevance | path

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

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