Home
last modified time | relevance | path

Searched refs:SecondToken (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp161 AtomicBoolValue &SecondToken) { in joinFlowConditions() argument
164 FlowConditionDeps[&Token].insert(&SecondToken); in joinFlowConditions()
166 getOrCreateDisjunction(FirstToken, SecondToken)); in joinFlowConditions()
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h219 AtomicBoolValue &SecondToken);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp88 Token SecondToken = GetLookAheadToken(2); in CheckForTemplateAndDigraph() local
89 if (!SecondToken.is(tok::colon) || !areTokensAdjacent(Next, SecondToken)) in CheckForTemplateAndDigraph()
101 FixDigraph(*this, PP, Next, SecondToken, tok::unknown, in CheckForTemplateAndDigraph()