Home
last modified time | relevance | path

Searched defs:isFinal (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h306 bool isFinal() const { return IsFinal; } in isFinal() function
/llvm-project/lld/MachO/
H A DSyntheticSections.h300 bool isFinal = false; // is address assigned? variable
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp1083 DescribeSpecialProc(std::map<int,evaluate::StructureConstructor> & specials,const Symbol & specificOrBinding,bool isAssignment,bool isFinal,std::optional<common::DefinedIo> io,const Scope * dtScope,const DerivedTypeSpec * derivedTypeSpec,bool isTypeBound) const DescribeSpecialProc() argument
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp518 bool isFinal() { return TaskType & ompt_task_final; } in isFinal() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2235 bool isFinal() const { return IsFinal; } isFinal() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6362 AST_POLYMORPHIC_MATCHER(isFinal,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXRecordDecl,CXXMethodDecl)) AST_POLYMORPHIC_MATCHER() argument