Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DLambdaCapture.h117 bool isExplicit() const { return !isImplicit(); } in isExplicit() function
H A DDeclCXX.h1866 bool isExplicit() const { in isExplicit() function
1934 bool isExplicit() const { return ExplicitSpec.isExplicit(); } in isExplicit() function
2530 bool isExplicit() const { return getExplicitSpecifier().isExplicit(); } in isExplicit() function
2814 bool isExplicit() const { return getExplicitSpecifier().isExplicit(); } in isExplicit() function
H A DExpr.h4928 bool isExplicit() const { in isExplicit() function
/openbsd/gnu/llvm/lld/MachO/
H A DDriver.cpp269 bool isLazy = false, bool isExplicit = true, in addFile()
412 bool isReexport, bool isHidden, bool isExplicit, in addLibrary()
441 bool isReexport, bool isExplicit, LoadType loadType, in addFramework()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp38 bool Operand::isExplicit() const { return Info; } in isExplicit() function in llvm::exegesis::Operand
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2002 bool isExplicit() const { return getFlags() & FlagExplicit; } in isExplicit() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7710 AST_POLYMORPHIC_MATCHER(isExplicit, AST_POLYMORPHIC_SUPPORTED_TYPES( in AST_POLYMORPHIC_MATCHER() argument