Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp135 if (!(TU->ParsingOptions & CXTranslationUnit_IncludeAttributedTypes)) { in MakeCXType()
142 if (!(TU->ParsingOptions & CXTranslationUnit_IncludeAttributedTypes)) in MakeCXType()
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h657 CXTranslationUnit_IncludeAttributedTypes = 0x1000, enumerator
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c91 options |= CXTranslationUnit_IncludeAttributedTypes; in getDefaultParsingOptions()