Home
last modified time | relevance | path

Searched refs:getNumDirectives (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1400 NumDirectives(P.getPreprocessor().getNumDirectives()), Kind(K), in MisleadingIndentationChecker()
1449 ShouldSkip || NumDirectives != P.getPreprocessor().getNumDirectives() || in Check()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1225 unsigned getNumDirectives() const { in getNumDirectives() function