Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp216 bool TypeCertain; in transferTo() local
217 auto TargetType = guessType(Filename, &TypeCertain); in transferTo()
219 if ((!TargetType || !TypeCertain) && Type) { in transferTo()
523 bool TypeCertain; in getCompileCommands() local
524 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands()
525 if (!TypeCertain) in getCompileCommands()