Searched refs:ArgumentConsumer (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 171 using ArgumentConsumer = llvm::function_ref<void(const Twine &)>; variable 176 void generateCC1CommandLine(ArgumentConsumer Consumer) const; 187 ArgumentConsumer Consumer, 192 ArgumentConsumer Consumer, const llvm::Triple &T, 197 ArgumentConsumer Consumer,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 278 using ArgumentConsumer = CompilerInvocation::ArgumentConsumer; typedef 306 static void denormalizeSimpleFlag(ArgumentConsumer Consumer, in denormalizeSimpleFlag() 346 return [Value](ArgumentConsumer Consumer, const Twine &Spelling, in makeBooleanOptionDenormalizer() 353 static void denormalizeStringImpl(ArgumentConsumer Consumer, in denormalizeStringImpl() 375 static void denormalizeString(ArgumentConsumer Consumer, const Twine &Spelling, in denormalizeString() 419 static void denormalizeSimpleEnumImpl(ArgumentConsumer Consumer, in denormalizeSimpleEnumImpl() 435 static void denormalizeSimpleEnum(ArgumentConsumer Consumer, in denormalizeSimpleEnum() 475 static void denormalizeStringVector(ArgumentConsumer Consumer, in denormalizeStringVector() 740 static void GenerateArg(ArgumentConsumer Consumer, in GenerateArg() 747 static void GenerateArg(ArgumentConsumer Consumer, in GenerateArg() [all …]
|