Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2122 SourceLocation NLoc, DeclarationName N, QualType T,
2127 DeclarationNameInfo NameInfo(N, NLoc);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10702 DebugLoc NLoc = N->getDebugLoc(); in UpdateSDLocOnMergeSDNode() local
10703 if (NLoc && OptLevel == CodeGenOptLevel::None && OLoc.getDebugLoc() != NLoc) { in UpdateSDLocOnMergeSDNode()