HomeSort by relevance Sort by last modified time
    Searched refs:OpDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 445 NamedDecl *OpDecl = SemaRef.LookupInlineAsmIdentifier(Name, Loc, Length,
448 return static_cast<void *>(OpDecl);
670 NamedDecl *OpDecl = static_cast<NamedDecl *>(OpDecls[i].first);
671 if (!OpDecl)
674 DeclarationNameInfo NameInfo(OpDecl->getDeclName(), AsmLoc);
676 OpDecl);
685 Names[i] = OpDecl->getIdentifier();
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 527 milliseconds