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:__anon2806::__anon2807::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.h87 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) argument
90 this->isDefinition = isDefinition;
98 bool isRedeclaration, bool isDefinition, bool isContainer)
101 this->isDefinition = isDefinition;
117 /*isDefinition=*/!isForwardRef, /*isContainer=*/!isForwardRef) {
124 : DeclInfo(K, isRedeclaration, /*isDefinition=*/!isForwardRef,
193 /*isRedeclaration=*/false, /*isDefinition=*/false,
204 CXXClassDeclInfo(bool isRedeclaration, bool isDefinition) argument
97 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.cpp628 bool isLocalToUnit, bool isDefinition,
636 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
643 bool isLocalToUnit, bool isDefinition,
652 isLocalToUnit, isDefinition, ScopeLine, nullptr, 0, 0, Flags, isOptimized,
656 if (isDefinition)
666 bool isLocalToUnit, bool isDefinition,
673 isLocalToUnit, isDefinition, ScopeLine, nullptr, 0, 0, Flags,
681 bool isLocalToUnit, bool isDefinition, unsigned VK,
692 LineNo, Ty, isLocalToUnit, isDefinition, LineNo,
696 if (isDefinition)
625 createFunction(DIScopeRef Context, StringRef Name, StringRef LinkageName, MDFile* File, unsigned LineNo, MDSubroutineType* Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
640 createFunction(MDScope * Context, StringRef Name, StringRef LinkageName, MDFile* File, unsigned LineNo, MDSubroutineType* Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
663 createTempFunctionFwdDecl(MDScope * Context, StringRef Name, StringRef LinkageName, MDFile* File, unsigned LineNo, MDSubroutineType* Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
679 createMethod(MDScope *Context, StringRef Name, StringRef LinkageName, MDFile *F, unsigned LineNo, MDSubroutineType *Ty, bool isLocalToUnit, bool isDefinition, unsigned VK, unsigned VIndex, MDType *VTableHolder, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParam) argument
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1296 isDefinition(), getScopeLine(), getContainingType(),
1338 bool isDefinition() const { return IsDefinition; } function in class:llvm::MDSubprogram
1814 isDefinition(), getVariable(),
1837 bool isDefinition() const { return IsDefinition; } function in class:llvm::MDGlobalVariable
/external/clang/include/clang-c/
H A DIndex.h5331 int isDefinition; member in struct:__anon765
/external/clang/lib/Sema/
H A DSemaDecl.cpp11133 TagTypeKind NewTag, bool isDefinition,
11150 if (!isDefinition || !isClassCompatTagKind(NewTag))
11169 if (isDefinition) {
11132 isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag, bool isDefinition, SourceLocation NewTagLoc, const IdentifierInfo &Name) argument

Completed in 614 milliseconds