Home
last modified time | relevance | path

Searched refs:getLangKind (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangStandards.cpp29 LangStandard::Kind LangStandard::getLangKind(StringRef Name) { in getLangKind() function in LangStandard
38 Kind K = getLangKind(Name); in getLangStandardForName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h134 static Kind getLangKind(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp312 return LangStandard::getLangKind(Arg.getValue()); in tryParseStdArg()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3563 LangStd = LangStandard::getLangKind(A->getValue()); in ParseLangArgs()