Searched refs:MLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1941 SourceLocation MLoc = VD->getLocation();
1947 auto ScopedEntry = std::make_unique<ScopedLockableFactEntry>(Scp, MLoc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2257 /// \param MLoc A location within the desired module at which some desired
2260 /// \return A file that can be #included to import a module containing MLoc.
2265 SourceLocation MLoc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6999 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); local
7005 ARMOperand::CreateToken(StringRef("vmovlt"), MLoc));
7014 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); local
7020 ARMOperand::CreateToken(StringRef("vcvtn"), MLoc));
7028 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); local
7030 ARMOperand::CreateToken(StringRef("vmullt"), MLoc));
7054 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); local
7059 ARMOperand::CreateToken(Mnemonic, MLoc));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp241 MachineLocation MLoc(RegOp.getReg(), Op1.isImm());
242 return DbgValueLoc(Expr, MLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8674 SourceLocation MLoc; local
8676 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, TokenLen);
8679 MLoc = ToSM.createExpansionLoc(*ToSpLoc, *ToExLocS, *ToExLocE, TokenLen,
8684 ToID = ToSM.getFileID(MLoc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5722 /// \param MLoc Location of the modifier
5724 SourceLocation MLoc, SourceLocation KLoc,
5728 Modifier(M), ModifierLoc(MLoc), Kind(Kind), KindLoc(KLoc) {}
5723 OMPDefaultmapClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, SourceLocation KLoc, SourceLocation EndLoc, OpenMPDefaultmapClauseKind Kind, OpenMPDefaultmapClauseModifier M) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16737 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
16748 Loc = MLoc;
16770 Diag(MLoc, diag::err_omp_unexpected_clause_value)
16773 Diag(MLoc, diag::err_omp_unexpected_clause_value)
16792 OMPDefaultmapClause(StartLoc, LParenLoc, MLoc, KindLoc, EndLoc, Kind, M);
H A DSemaDeclCXX.cpp9314 SourceLocation MLoc = MI->getBeginLoc();
9315 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0;
H A DTreeTransform.h2008 SourceLocation MLoc,
2012 MLoc, KindLoc, EndLoc);
2004 RebuildOMPDefaultmapClause(OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, SourceLocation KindLoc, SourceLocation EndLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10462 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,

Completed in 372 milliseconds