Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/ !
H A DInterpolatingCompilationDatabase.cpp218 bool TypeCertain; in transferTo() local
219 auto TargetType = guessType(Filename, &TypeCertain); in transferTo()
221 if ((!TargetType || !TypeCertain) && Type) { in transferTo()
511 bool TypeCertain; in getCompileCommands() local
512 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands()
513 if (!TypeCertain) in getCompileCommands()