/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 333 classifyArgumentType(QualType Ty,bool isVariadic,unsigned functionCallConv) const classifyArgumentType() argument 531 classifyReturnType(QualType RetTy,bool isVariadic,unsigned functionCallConv) const classifyReturnType() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h | 176 bool isVariadic() const { return Variadic; } isVariadic() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 212 bool isVariadic() const { return IsVariadic; } in isVariadic() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 145 bool isVariadic() const { return IsVariadic; } in isVariadic() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 309 const bool isVariadic = false; in BuildMethod() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h |
|
H A D | CodeGenDAGPatterns.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 261 bool isVariadic() const { return Flags & (1ULL << MCID::Variadic); } in isVariadic() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.h |
|
H A D | Patterns.cpp |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 209 bool isVariadic() const { return IsC99Varargs || IsGNUVarargs; } in isVariadic() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 662 bool isVariadic() const { return Required.allowsOptionalArgs(); } isVariadic() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 826 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument 856 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
|
H A D | Decl.cpp | 3079 bool FunctionDecl::isVariadic() const { isVariadic() function in FunctionDecl
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 773 bool isVariadic = MI->isVariadic(); ReadMacroCallArgumentList() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 380 bool CallEvent::isVariadic(const Decl *D) { in isVariadic() function in CallEvent
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1524 bool isVariadic = false; ParseObjCMethodDecl() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 7929 const bool isVariadic = false; AddObjCClassProperty() local 7971 const bool isVariadic = false; AddObjCClassProperty() local 8092 const bool isVariadic = is_variadic; AddMethodToObjCObjectType() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 261 virtual bool isVariadic() const { return false; } isVariadic() function in __anon575287d10211::Argument 695 bool isVariadic() const override { return true; } isVariadic() function in __anon575287d10211::VariadicArgument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 431 bool isVariadic() const { return ObjCMethodDeclBits.IsVariadic; } in isVariadic() function
|
H A D | Decl.h | 4522 bool isVariadic() const { return BlockDeclBits.IsVariadic; } isVariadic() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1324 unsigned isVariadic : 1; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4729 ActOnMethodDeclaration(Scope * S,SourceLocation MethodLoc,SourceLocation EndLoc,tok::TokenKind MethodType,ObjCDeclSpec & ReturnQT,ParsedType ReturnType,ArrayRef<SourceLocation> SelectorLocs,Selector Sel,ObjCArgInfo * ArgInfo,DeclaratorChunk::ParamInfo * CParamInfo,unsigned CNumArgs,const ParsedAttributesView & AttrList,tok::ObjCKeywordKind MethodDeclKind,bool isVariadic,bool MethodDefinition) ActOnMethodDeclaration() argument
|
H A D | SemaExpr.cpp | 17022 bool isVariadic = ActOnBlockArguments() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6204 AST_MATCHER(FunctionDecl,isVariadic) AST_MATCHER() argument
|