OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALL_LANGUAGES
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
Builtins.h
39
ALL_LANGUAGES
= C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
40
ALL_GNU_LANGUAGES =
ALL_LANGUAGES
| GNU_LANG, // builtin requires GNU mode.
41
ALL_MS_LANGUAGES =
ALL_LANGUAGES
| MS_LANG // builtin requires MS mode.
/external/clang/lib/Basic/
Builtins.cpp
23
{ "not a builtin function", nullptr, nullptr, nullptr,
ALL_LANGUAGES
},
24
#define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0,
ALL_LANGUAGES
},
Targets.cpp
919
#define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0,
ALL_LANGUAGES
},
921
ALL_LANGUAGES
},
[
all
...]
Completed in 875 milliseconds