Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp108 if (!Clang->hasTarget()) in CreateCI()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h366 bool hasTarget() const { return Target != nullptr; } in hasTarget() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp704 if (!instance->hasTarget()) in Create()
H A DClangExpressionParser.cpp524 assert(m_compiler->hasTarget()); in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp104 if (!hasTarget()) in createTarget()
H A DASTUnit.cpp1449 if (CI.hasTarget()) in transferASTDataFromCompilerInstance()