Home
last modified time | relevance | path

Searched refs:IsDeclaration (Results 1 – 7 of 7) sorted by relevance

/external/googletest/googlemock/scripts/generator/cpp/
Dast.py114 def IsDeclaration(self): member in Node
326 def IsDeclaration(self): member in Class
330 return not self.IsDeclaration()
333 return not self.IsDeclaration()
369 def IsDeclaration(self): member in Function
446 def IsDeclaration(self): member in Type
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h604 bool IsDeclaration = false; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1311 bool IsDeclaration; ///< Is this DIE only a declaration? member
1316 PCOffset(0), HasLowPc(false), IsDeclaration(false) {} in AttributesInfo()
2550 Info.IsDeclaration = true; in cloneScalarAttribute()
2825 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration && in cloneDIE()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1176 Info.IsDeclaration = true; in cloneScalarAttribute()
1216 Info.IsDeclaration = true; in cloneScalarAttribute()
1490 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration && in cloneDIE()
/external/llvm/bindings/go/llvm/
Dir.go961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5157 [&](StringRef FuncName, bool IsDeclaration, in transformCallee()
5164 if (IsDeclaration && !S->hasContainingCsect()) { in transformCallee()