Searched defs:CXX (Results 1 – 15 of 15) sorted by relevance
/llvm-project/lldb/examples/darwin/heap_find/heap/ |
H A D | Makefile | 12 CXX ?= $(shell xcrun -find clang++) macro
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | CXXTest.cpp |
|
/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | StandardLibrary.h | 33 enum class Lang { C = 0, CXX, LastValue = CXX }; global() enumerator [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | StdLibTests.cpp | 34 auto CXX = getStdlibUmbrellaHeader(LO).str(); in TEST() local
|
H A D | InsertionPointTests.cpp | 89 TEST(InsertionPointTests, CXX) { in TEST() argument
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 27 enum class EscapeStyle { CXX, Swift }; enumerator
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | StdLib.cpp | 35 enum Lang { C, CXX }; enumerator
|
/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandard.h | 36 CXX, enumerator
|
/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 67 CXX, enumerator
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 73 bool CXX = getToolChain().getDriver().CCCIsCXX(); AddLibGCC() local
|
/llvm-project/clang/unittests/Driver/ |
H A D | ToolChainTest.cpp | 389 std::unique_ptr<Compilation> CXX(CXXDriver.BuildCompilation( TEST() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 1471 CXX = 0x01, emitPPA2() enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 347 if (&ObjCXX == &CXX) in SimplifyPersonality() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2926 enum class LinkageSpecLanguageIDs { C = 1, CXX = 2 }; global() enumerator
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 3755 CXX, C23; EmitClangAttrHasAttrImpl() local
|