Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h117 bool isExplicit() const { return !isImplicit(); } in isExplicit() function
H A DDeclCXX.h1916 bool isExplicit() const { isExplicit() function
1985 bool isExplicit() const { return ExplicitSpec.isExplicit(); } isExplicit() function
2607 bool isExplicit() const { return getExplicitSpecifier().isExplicit(); } isExplicit() function
2891 bool isExplicit() const { return getExplicitSpecifier().isExplicit(); } isExplicit() function
H A DExpr.h4955 bool isExplicit() const { isExplicit() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DDriver.cpp274 addFile(StringRef path,LoadType loadType,bool isLazy=false,bool isExplicit=true,bool isBundleLoader=false,bool isForceHidden=false) addFile() argument
417 addLibrary(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isHidden,bool isExplicit,LoadType loadType) addLibrary() argument
444 addFramework(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isExplicit,LoadType loadType) addFramework() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1766 bool isExplicit() const { return getFlags() & FlagExplicit; } isExplicit() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7986 AST_POLYMORPHIC_MATCHER(isExplicit,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXConstructorDecl,CXXConversionDecl,CXXDeductionGuideDecl)) AST_POLYMORPHIC_MATCHER() argument