Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Lex/
H A DPPDependencyDirectivesTest.cpp102 struct DepDirectives { in TEST_F() struct
103 SmallVector<dependency_directives_scan::Token> Tokens; in TEST_F()
104 SmallVector<dependency_directives_scan::Directive> Directives; in TEST_F()
/llvm-project/clang/include/clang/Lex/
H A DLexer.h154 ArrayRef<dependency_directives_scan::Directive> DepDirectives; variable
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h43 std::atomic<const std::optional<DependencyDirectivesTy> *> DepDirectives; member
/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp100 DepDirectives = EnterSourceFile() local