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

/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp249 bool isDefinition; // if false, it is expansion. member in struct:__anon19539::__anon19540::MacroAction
251 MacroAction(SourceLocation Loc, StringRef Name, bool isDefinition) argument
252 : Loc(Loc), Name(Name), isDefinition(isDefinition) { }
324 ASSERT_TRUE(Macros[0].isDefinition);
327 ASSERT_TRUE(Macros[1].isDefinition);
330 ASSERT_FALSE(Macros[2].isDefinition);
333 ASSERT_FALSE(Macros[3].isDefinition);
336 ASSERT_TRUE(Macros[4].isDefinition);
339 ASSERT_TRUE(Macros[5].isDefinition);
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.h84 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) argument
87 this->isDefinition = isDefinition;
95 bool isRedeclaration, bool isDefinition, bool isContainer)
98 this->isDefinition = isDefinition;
114 /*isDefinition=*/!isForwardRef, /*isContainer=*/!isForwardRef) {
121 : DeclInfo(K, isRedeclaration, /*isDefinition=*/!isForwardRef,
190 /*isRedeclaration=*/false, /*isDefinition=*/false,
201 CXXClassDeclInfo(bool isRedeclaration, bool isDefinition) argument
94 DeclInfo(DInfoKind K, bool isRedeclaration, bool isDefinition, bool isContainer) argument
[all...]
/external/clang/include/clang/AST/
H A DTypeLoc.h631 bool isDefinition() const { function in class:clang::TagTypeLoc
/external/llvm/lib/IR/
H A DDIBuilder.cpp988 ConstantInt::get(Type::getInt32Ty(VMContext), 1), /* isDefinition*/
1027 ConstantInt::get(Type::getInt32Ty(VMContext), 1), /* isDefinition*/
1100 bool isLocalToUnit, bool isDefinition,
1108 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
1116 bool isLocalToUnit, bool isDefinition,
1133 ConstantInt::get(Type::getInt1Ty(VMContext), isDefinition),
1148 if (isDefinition)
1160 bool isLocalToUnit, bool isDefinition,
1180 ConstantInt::get(Type::getInt1Ty(VMContext), isDefinition),
1194 if (isDefinition)
1097 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
1113 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
1157 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...]
/external/llvm/include/llvm/IR/
H A DDebugInfo.h470 unsigned isDefinition() const { return getUnsignedField(9); } function in class:llvm::DISubprogram
639 unsigned isDefinition() const { return getUnsignedField(10); } function in class:llvm::DIGlobalVariable
/external/clang/include/clang-c/
H A DIndex.h5089 int isDefinition; member in struct:__anon17668
/external/clang/lib/Sema/
H A DSemaDecl.cpp10632 TagTypeKind NewTag, bool isDefinition,
10649 if (!isDefinition || !isClassCompatTagKind(NewTag))
10668 if (isDefinition) {
10631 isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag, bool isDefinition, SourceLocation NewTagLoc, const IdentifierInfo &Name) argument

Completed in 3243 milliseconds