Home
last modified time | relevance | path

Searched defs:IsExternC (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DModuleMap.h235 unsigned IsExternC : 1; member
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DModule.h276 unsigned IsExternC : 1; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp293 bool IsExternC) { in addHeaderInclude()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp5528 bool IsExternC = Record[Idx++]; in ReadSubmoduleBlock() local