Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp206 bool TypeCertain; in transferTo() local
207 auto TargetType = guessType(Filename, &TypeCertain); in transferTo()
209 if (TargetType != types::TY_INVALID && !TypeCertain && Type) { in transferTo()
515 bool TypeCertain; in getCompileCommands() local
516 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands()
517 if (!TypeCertain) in getCompileCommands()