Searched defs:isExplicit (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DLambdaCapture.h117 bool isExplicit() const { return !isImplicit(); } function in class:clang::LambdaCapture
H A DDeclCXX.h1866 bool isExplicit() const { function in class:clang::ExplicitSpecifier
1934 bool isExplicit() const { return ExplicitSpec.isExplicit(); } function in class:clang::CXXDeductionGuideDecl
2530 bool isExplicit() const { return getExplicitSpecifier().isExplicit(); } function in class:clang::final
2814 bool isExplicit() const { return getExplicitSpecifier().isExplicit(); } function in class:clang::CXXConversionDecl
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp38 bool Operand::isExplicit() const { return Info; } function in class:llvm::exegesis::Operand
/openbsd-current/gnu/llvm/lld/MachO/
H A DDriver.cpp411 addLibrary(StringRef name, bool isNeeded, bool isWeak, bool isReexport, bool isHidden, bool isExplicit, LoadType loadType, InputFile *originFile = nullptr) argument
440 addFramework(StringRef name, bool isNeeded, bool isWeak, bool isReexport, bool isExplicit, LoadType loadType, InputFile *originFile = nullptr) argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2002 bool isExplicit() const { return getFlags() & FlagExplicit; } function in class:llvm::DICompileUnit::DISubprogram

Completed in 239 milliseconds