Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DTypes.h88 bool isFortran(ID Id);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DTypes.cpp220 bool types::isFortran(ID Id) { in isFortran() function in types
DDriver.cpp5436 !types::isFortran((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h265 inline bool isFortran(SourceLanguage S) { in isFortran() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp946 bool HasAssumedSizedArraySupport = dwarf::isFortran(CurrentSourceLang); in visitDISubrange()