HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 226 - 250 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp 449 // parent, unless this is a local function declaration, in which case
    [all...]
SemaInit.cpp     [all...]
TreeTransform.h 540 #define ABSTRACT_TYPELOC(CLASS, PARENT)
541 #define TYPELOC(CLASS, PARENT) \
620 #define STMT(Node, Parent) \
623 #define EXPR(Node, Parent) \
    [all...]
SemaTemplateInstantiateDecl.cpp 508 if (CXXRecordDecl *Parent= dyn_cast<CXXRecordDecl>(Field->getDeclContext())) {
509 if (Parent->isAnonymousStructOrUnion() &&
510 Parent->getRedeclContext()->isFunctionOrMethod())
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 389 /// Create a DIE with the given Tag, add the DIE to its parent, and
391 DIE &DwarfUnit::createAndAddDIE(unsigned Tag, DIE &Parent, DIDescriptor N) {
394 Parent.addChild(make_unique<DIE>((dwarf::Tag)Tag));
395 DIE &Die = *Parent.getChildren().back();
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 750 SDNode *Parent = Value.getNode();
751 for (SDNode::use_iterator I = Parent->use_begin(), E = Parent->use_end();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
portcls.h 434 IN IResourceList* Parent,
461 IN IResourceList* Parent, \
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
audio_player.js 572 * @param {HTMLElement} container Parent container.
media_util.js 307 * @param {Element} container Parent element.
  /external/clang/lib/AST/
ASTDiagnostic.cpp 466 /// ParentNode - The index of the parent node.
588 /// Up - Changes the node to the parent of the current node.
622 /// Parent - Move the current read node to its parent.
623 void Parent() {
    [all...]
Decl.cpp 371 /// \param[out] LV the computation to use for the parent
    [all...]
ASTContext.cpp 820 #define TYPE(Name, Parent) 0,
821 #define ABSTRACT_TYPE(Name, Parent)
833 #define TYPE(Name, Parent) \
839 #define ABSTRACT_TYPE(Name, Parent)
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 654 StringRef Parent = llvm::sys::path::parent_path(OutputPath);
655 EC = llvm::sys::fs::create_directories(Parent);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 551 : MCID(&tid), Parent(nullptr), Operands(nullptr), NumOperands(0),
568 : MCID(&MI.getDesc()), Parent(nullptr), Operands(nullptr), NumOperands(0),
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 307 DeclContext *Parent, std::size_t Extra = 0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]
ntmsapi.h 424 NTMS_GUID Parent;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 155 bool SelectAddrMode6(SDNode *Parent, SDValue N, SDValue &Addr,SDValue &Align);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 1250 milliseconds

1 2 3 4 5 6 7 8 91011