Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp210 bool TypeCertain; in transferTo() local
211 auto TargetType = guessType(Filename, &TypeCertain); in transferTo()
213 if ((!TargetType || !TypeCertain) && Type) { in transferTo()
516 bool TypeCertain; in getCompileCommands() local
517 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands()
518 if (!TypeCertain) in getCompileCommands()