Searched defs:isConst (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1973 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } function in class:clang::CXXMethodDecl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h104 bool isConst(unsigned ID) const { function in class:clang::Builtin::Context
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h247 bool isConst() const { function in class:clang::interp::Pointer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp524 bool isConst = T.isConstQualified(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h331 bool isConst() const { return !!(Attrs & uint32_t(PointerOptions::Const)); } function in class:llvm::codeview::PointerRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp219 doMerge(SmallVectorImpl<GlobalVariable*> &Globals, Module &M, bool isConst, unsigned AddrSpace) const argument
437 doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, const BitVector &GlobalSet, Module &M, bool isConst, unsigned AddrSpace) const argument

Completed in 160 milliseconds