Home | History | Annotate | Download | only in Sema

Lines Matching refs:FL

1466   ThreadSafetyReporter(Sema &S, SourceLocation FL, SourceLocation FEL)
1467 : S(S), FunLocation(FL), FunEndLocation(FEL) {}
1897 SourceLocation FL = AC.getDecl()->getLocation();
1899 thread_safety::ThreadSafetyReporter Reporter(S, FL, FEL);