OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFunctionLike
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
68
bool
IsFunctionLike
: 1;
198
void setIsFunctionLike() {
IsFunctionLike
= true; }
199
bool
isFunctionLike
() const { return
IsFunctionLike
; }
200
bool isObjectLike() const { return !
IsFunctionLike
; }
MacroInfo.h
68
bool
IsFunctionLike
: 1;
198
void setIsFunctionLike() {
IsFunctionLike
= true; }
199
bool
isFunctionLike
() const { return
IsFunctionLike
; }
200
bool isObjectLike() const { return !
IsFunctionLike
; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
3656
static bool
isFunctionLike
(const Type &T) {
3668
if (!
isFunctionLike
(*T)) {
SemaDeclAttr.cpp
3656
static bool
isFunctionLike
(const Type &T) {
3668
if (!
isFunctionLike
(*T)) {
Completed in 43 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026