Searched refs:Def (Results 101 - 107 of 107) sorted by relevance

12345

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp5210 if (ObjCProtocolDecl *Def = PDecl->getDefinition())
5211 PDecl = Def;
H A DRewriteModernObjC.cpp7052 if (ObjCProtocolDecl *Def = PDecl->getDefinition())
7053 PDecl = Def;
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3755 if (EnumDecl *Def = Enum->getDefinition())
3756 Enum = Def;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas2111 function Def(const X: ICommonTree): ICommonTree; overload;
5048 function Def(const X: ICommonTree): ICommonTree; overload; function
/external/clang/include/clang/AST/
H A DType.h1438 /// \brief Def If non-NULL, and the type refers to some kind of declaration
1441 bool isIncompleteType(NamedDecl **Def = 0) const;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2974 MachineInstr *Def = MRI->getVRegDef(VR);
2975 if (!Def)
2978 if (!TII->isLoadFromStackSlot(Def, FI))
2981 unsigned Opcode = Def->getOpcode();
2983 Def->getOperand(1).isFI()) {
2984 FI = Def->getOperand(1).getIndex();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1880 MachineInstr *Def = MRI->getVRegDef(VR);
1881 if (!Def)
1884 if (!TII->isLoadFromStackSlot(Def, FI))

Completed in 960 milliseconds

12345