Home
last modified time | relevance | path

Searched defs:Clang (Results 1 – 14 of 14) sorted by relevance

/external/clang/docs/
DReleaseNotes.rst94 C11 Feature Support
124 C++1z Feature Support
DInternalsManual.rst469 .. _SourceLocation:
470 .. _SourceManager:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DScudoHardenedAllocator.rst124 Clang section in Usage
/external/clang/tools/driver/
Dcc1_main.cpp68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp171 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/external/clang/examples/clang-interpreter/
Dmain.cpp147 CompilerInstance Clang; in main() local
/external/clang/include/clang/Basic/
DDiagnosticOptions.h63 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
/external/clang/include/clang/Driver/
DToolChain.h85 mutable std::unique_ptr<Tool> Clang; variable
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp150 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local
DASTUnit.cpp1042 std::unique_ptr<CompilerInstance> Clang( in Parse() local
1516 std::unique_ptr<CompilerInstance> Clang( in getMainBufferWithPrecompiledPreamble() local
1778 std::unique_ptr<CompilerInstance> Clang( in LoadFromCompilerInvocationAction() local
2359 std::unique_ptr<CompilerInstance> Clang( in CodeComplete() local
/external/clang/
DCMakeLists.txt6 project(Clang) project
/external/clang/utils/analyzer/
DSATestBuild.py145 Clang = which("clang", os.environ['PATH']) variable
/external/clang/unittests/libclang/
DLibclangTest.cpp484 std::string Clang = "bin/clang"; in TEST_F() local
/external/clang/lib/Driver/
DTools.h109 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function