Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h114 bool isActive() const { return CurrentLabel == ActiveLabel; } isActive() function
H A DPointer.h323 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } isActive() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h52 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h317 bool isActive() const { return CleanupBits.IsActive; } isActive() function
H A DCGCall.cpp4097 llvm::Instruction *isActive = Builder.CreateUnreachable(); EmitDelegateCallArg() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h366 bool isActive(Parser &P) const { isActive() function
999 bool isActive; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1310 bool isActive() const { return IsActive; } in isActive() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp133 bool isActive() const { return Active; } in isActive() function in __anon58533a440111::AArch64AsmParser::PrefixInfo