Home
last modified time | relevance | path

Searched full:reparsing (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCodeInjector.h33 /// unnecessary reparsing of the external source that provides the body of the
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c439 * without reparsing the line. Note that we don't know which (if any) in vs_paint()
445 * a tab, without reparsing the whole line. in vs_paint()
/freebsd/crypto/openssl/ssl/quic/
H A Dqlog_event_helpers.c197 * Reparsing packet data allows us to meet these needs while avoiding the need
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h732 * introduces some overhead to reparsing but improves the performance of
1017 * Flags that control the reparsing of translation units.
1021 * reparsing the translation unit.
1025 * Used to indicate that no special reparsing options are needed.
1031 * Returns the set of flags that is suitable for reparsing a translation
1037 * of reparsing. The set of optimizations enabled may change from one version
1051 * Reparsing a translation unit invalidates all cursors and source locations
1052 * that refer into that translation unit. This makes reparsing a translation
1076 * returned if reparsing was impossible, such that the translation unit is
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h89 /// during construction. It is kept here only to avoid reparsing the string
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp91 // here rather than throwing away then reparsing the LambdaIntroducer. in MayBeDesignationStart()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadisasm.c635 "reparsing with new information\n", in AdReparseOneTable()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h714 /// of reparsing. Set to zero to disable preambles.
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1324 /// reparsing time. If a precompiled preamble has already been constructed,
1878 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c5720 // pre-grow the buffer to avoid reparsing due to almost-fullness in START_TEST()
5811 // pre-grow the buffer to avoid reparsing due to almost-fullness in external_inherited_parser()
6199 // heuristic is enabled; some XML_Parse calls may have deferred reparsing in START_TEST()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c154016 ** name on pTableName if we are reparsing out of the schema table
182048 /* Ignore SQL comments if either (1) we are reparsing the schema or