Searched defs:isVariadic (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h216 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } function in class:clang::MacroInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp510 bool isVariadic = MI->isVariadic(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h285 bool isVariadic() const { return Required.allowsOptionalArgs(); } function in class:clang::CodeGen::CGFunctionInfo
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h142 bool isVariadic; member in class:llvm::CGIOperandList
H A DCodeGenDAGPatterns.cpp2473 bool isVariadic; member in class:InstAnalyzer
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h209 bool isVariadic() const { function in class:llvm::MCInstrDesc
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp270 bool CallEvent::isVariadic(const Decl *D) { function in class:CallEvent
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1058 bool isVariadic = DefaultTTPD->isParameterPack(); local
1076 bool isVariadic = DefaultNTTPD->isParameterPack(); local
1136 bool isVariadic = DefaultTTPD->isParameterPack(); local
H A DDeclObjC.cpp553 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DDecl.cpp2192 bool FunctionDecl::isVariadic() const { function in class:FunctionDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1129 bool isVariadic = false; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp404 arrangeFunctionDeclaration(QualType resultType, const FunctionArgList &args, const FunctionType::ExtInfo &info, bool isVariadic) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h403 bool isVariadic() const { return IsVariadic; } function in class:clang::ObjCList
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3082 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, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
H A DSemaChecking.cpp1610 bool isVariadic; local
[all...]
H A DSemaExpr.cpp10258 bool isVariadic = local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1154 unsigned isVariadic : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo

Completed in 336 milliseconds