OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjC
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Types.h
81
///
isObjC
- Is this an "ObjC" input (Obj-C and Obj-C++ sources and headers).
82
bool
isObjC
(ID Id);
/src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp
150
bool types::
isObjC
(ID Id) {
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
185
if (
isObjC
(Id)) {
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp
440
if (types::
isObjC
(InputType) &&
3643
// wrapped in
isObjC
, but for now we just use it here as this is where it
3645
if (types::isCXX(Input.getType()) && types::
isObjC
(Input.getType())) {
3669
if (types::
isObjC
(Input.getType())) {
3685
if (types::
isObjC
(Input.getType())) {
6172
if (types::
isObjC
(Input.getType()) &&
6977
return types::
isObjC
(input.getType());
/src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp
2042
: TokenAnalyzer(Env, Style),
IsObjC
(false) {}
2049
IsObjC
= guessIsObjC(Env.getSourceManager(), AnnotatedLines,
2055
bool
isObjC
() { return
IsObjC
; }
2172
bool
IsObjC
;
2962
if (Guesser.
isObjC
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
8154
unsigned numDataArgs, bool
isObjC
, const char *beg,
Completed in 97 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026