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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h631 bool isDefinition() const { function in class:clang::TagTypeLoc
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp1047 createFunction(DIScopeRef Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1063 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1106 createMethod(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned VK, unsigned VIndex, DIType VTableHolder, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParam) argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/
H A DDebugInfo.h446 unsigned isDefinition() const { return getUnsignedField(9); } function in class:llvm::DISubprogram
591 unsigned isDefinition() const { return getUnsignedField(10); } function in class:llvm::DIGlobalVariable
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h5470 int isDefinition; member in struct:__anon3072
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp10233 isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag, bool isDefinition, SourceLocation NewTagLoc, const IdentifierInfo &Name) argument

Completed in 186 milliseconds