Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h102 bool isCPlusPlus() const { return Flags & CPlusPlus; } in isCPlusPlus() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h208 inline bool isCPlusPlus(SourceLanguage S) { in isCPlusPlus() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp657 if (!dwarf::isCPlusPlus((dwarf::SourceLanguage)getLanguage())) in getParentContextString()
H A DDwarfDebug.cpp2330 dwarf::isCPlusPlus((dwarf::SourceLanguage)CU->getLanguage()) in computeIndexValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp915 !dwarf::isCPlusPlus( in buildFrameDebugInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3145 Opts.CPlusPlus = Std.isCPlusPlus(); in setLangDefaults()