Home
last modified time | relevance | path

Searched refs:CXTranslationUnit_CreatePreambleOnFirstParse (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp613 flags |= CXTranslationUnit_CreatePreambleOnFirstParse; in TEST_F()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp600 TU_options & CXTranslationUnit_CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3758 options & CXTranslationUnit_CreatePreambleOnFirstParse; in clang_parseTranslationUnit_Impl()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1296 CXTranslationUnit_CreatePreambleOnFirstParse = 0x100, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c83 options |= CXTranslationUnit_CreatePreambleOnFirstParse; in getDefaultParsingOptions()