Home
last modified time | relevance | path

Searched defs:isActive (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h
H A DEvalEmitter.h
H A DPointer.h
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h119 bool isActive() const { return impl.has_value(); } in isActive() function
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h52 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h146 bool isActive() const { return IsActive; } in isActive() function
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h384 bool isActive() const { return impl.has_value(); } isActive() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp546 auto it = llvm::find_if(activePMs, [](std::atomic<bool> &isActive) { in optimizeSCCAsync() argument
/llvm-project/mlir/lib/Pass/
H A DPass.cpp805 auto it = llvm::find_if(activePMs, [](std::atomic<bool> &isActive) { in runOnOperationAsyncImpl() argument
/llvm-project/clang/include/clang/Parse/
H A DParser.h397 bool isActive(Parser &P) const { in isActive() function
1033 bool isActive; global() variable
[all...]
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1310 bool isActive() const { return IsActive; } isActive() function
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4123 llvm::Instruction *isActive = Builder.CreateUnreachable(); EmitDelegateCallArg() local
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp133 bool isActive() const { return Active; } in isActive() function in __anon882015c50111::AArch64AsmParser::PrefixInfo