OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isConst
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h
105
bool
isConst
(unsigned ID) const {
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h
247
bool
isConst
() const {
248
return Base == 0 ? getDeclDesc()->
IsConst
: getInlineDesc()->
IsConst
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
325
bool
isConst
() const { return !!(Attrs & uint32_t(PointerOptions::Const)); }
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h
254
bool
isConst
() const { return (mod & MODconst) != 0; }
declaration.h
137
bool
isConst
() const { return (storage_class & STCconst) != 0; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1988
bool
isConst
() const { return getType()->castAs<FunctionType>()->
isConst
(); }
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
524
bool
isConst
= T.isConstQualified();
525
T =
isConst
? Context->getObjCIdType().withConst()
Completed in 69 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026