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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp29 LangStandard::Kind LangStandard::getLangKind(StringRef Name) { function in class:LangStandard
38 Kind K = getLangKind(Name);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h129 static Kind getLangKind(StringRef Name);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp305 return LangStandard::getLangKind(Arg.getValue());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2497 LangStd = LangStandard::getLangKind(A->getValue());

Completed in 94 milliseconds