Searched refs:NLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1579 SourceLocation StartLoc, SourceLocation NLoc,
1586 DeclarationNameInfo NameInfo(N, NLoc);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5311 DebugLoc NLoc = N->getDebugLoc(); local
5312 if (!(NLoc.isUnknown()) && (OptLevel == CodeGenOpt::None) &&
5313 (OLoc.getDebugLoc() != NLoc)) {

Completed in 132 milliseconds