Searched defs:isFinal (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 306 bool isFinal() const { return IsFinal; } in isFinal() function
|
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 300 bool isFinal = false; // is address assigned? variable
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h |
|
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 1083 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 D | ompt-tsan.cpp | 518 bool isFinal() { return TaskType & ompt_task_final; } in isFinal() function
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2235 bool isFinal() const { return IsFinal; } isFinal() function
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6362 AST_POLYMORPHIC_MATCHER(isFinal,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXRecordDecl,CXXMethodDecl)) AST_POLYMORPHIC_MATCHER() argument
|