Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp220 bool TypeCertain; in transferTo() local
221 auto TargetType = guessType(Filename, &TypeCertain); in transferTo()
223 if ((!TargetType || !TypeCertain) && Type) { in transferTo()
513 bool TypeCertain; in getCompileCommands() local
514 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands()
515 if (!TypeCertain) in getCompileCommands()