Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp132 if (!(TU->ParsingOptions & CXTranslationUnit_IncludeAttributedTypes)) { in MakeCXType()
/external/llvm-project/clang/include/clang-c/
DIndex.h1325 CXTranslationUnit_IncludeAttributedTypes = 0x1000, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1244 const CXTranslationUnit_IncludeAttributedTypes = 4096; constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c88 options |= CXTranslationUnit_IncludeAttributedTypes; in getDefaultParsingOptions()