Home
last modified time | relevance | path

Searched defs:Affecting (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h49 Affecting, enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp959 for (const Module *Affecting : M->AffectingClangModules) { in addAffectingClangModule() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h819 enum { Import, Export, Conflict, Affecting } Kind; enumerator