Home
last modified time | relevance | path

Searched refs:BeforePreviousInsertions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp67 Hint.BeforePreviousInsertions); in mergeFixits()
76 /*afterToken=*/false, Hint.BeforePreviousInsertions); in mergeFixits()
H A DASTUnit.cpp1290 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1211 fixit.BeforePreviousInsertions); in ApplyFixIt()
1223 /*afterToken=*/false, fixit.BeforePreviousInsertions); in ApplyFixIt()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h95 bool BeforePreviousInsertions; member