Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
DRestrictSystemLibcHeadersCheck.cpp30 const SmallString<128> CompilerIncudeDir) in RestrictedIncludesPPCallbacks() argument
32 CompilerIncudeDir(CompilerIncudeDir) {} in RestrictedIncludesPPCallbacks()
42 const SmallString<128> CompilerIncudeDir; member in clang::tidy::llvm_libc::__anon5f859d1b0111::RestrictedIncludesPPCallbacks
53 if (SrcMgr::isSystem(FileType) && SearchPath == CompilerIncudeDir) in InclusionDirective()
62 SmallString<128> CompilerIncudeDir = in registerPPCallbacks() local
64 llvm::sys::path::append(CompilerIncudeDir, "include"); in registerPPCallbacks()
66 *this, SM, CompilerIncudeDir)); in registerPPCallbacks()