Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h116 struct EmptyConstructor {}; struct
119 CompilerInvocationBase(EmptyConstructor) {} in CompilerInvocationBase() argument
215 : CompilerInvocationBase(EmptyConstructor{}) { in CompilerInvocation()
364 : CompilerInvocationBase(EmptyConstructor{}) { in CowCompilerInvocation()
375 : CompilerInvocationBase(EmptyConstructor{}) { in CowCompilerInvocation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp195 : CompilerInvocationBase(EmptyConstructor{}) { in CompilerInvocation()