Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h299 unsigned UseTemporary : 1; variable
465 UseTemporary(true), AllowPCMWithCompilerErrors(false), in FrontendOptions()
H A DCompilerInstance.h715 bool UseTemporary, bool CreateMissingDirectories = false);
737 bool RemoveFileOnSignal, bool UseTemporary,
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp759 getFrontendOpts().UseTemporary || !RemoveFileOnSignal, in createDefaultOutputFile()
769 bool RemoveFileOnSignal, bool UseTemporary, in createOutputFile() argument
772 createOutputFileImpl(OutputPath, Binary, RemoveFileOnSignal, UseTemporary, in createOutputFile()
784 bool UseTemporary, in createOutputFileImpl() argument
786 assert((!CreateMissingDirectories || UseTemporary) && in createOutputFileImpl()
792 if (UseTemporary) { in createOutputFileImpl()
794 UseTemporary = false; in createOutputFileImpl()
807 UseTemporary = false; in createOutputFileImpl()
813 if (UseTemporary) { in createOutputFileImpl()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp8502 bool UseTemporary = Entity.getType()->isReferenceType(); in Perform() local
8508 CurInit = PerformConstructorInitialization(S, UseTemporary ? TempEntity : in Perform()
8548 bool UseTemporary = Entity.getType()->isReferenceType(); in Perform() local
8556 S, UseTemporary ? TempEntity : Entity, Kind, in Perform()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2233 MarshallingInfoNegativeFlag<FrontendOpts<"UseTemporary">>;