OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLangStandardForKind
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
LangStandards.cpp
20
const LangStandard &LangStandard::
getLangStandardForKind
(Kind K) {
23
llvm::report_fatal_error("
getLangStandardForKind
() on unspecified kind");
40
return &
getLangStandardForKind
(K);
CompilerInvocation.cpp
[
all
...]
/external/clang/include/clang/Frontend/
LangStandard.h
94
static const LangStandard &
getLangStandardForKind
(Kind K);
Completed in 129 milliseconds