Home
last modified time | relevance | path

Searched refs:NameFlags (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/lli/
H A DExecutionUtils.cpp122 for (const auto &NameFlags : Symbols) { in tryToGenerate() local
123 auto It = BuiltinFunctions.find(NameFlags.first); in tryToGenerate()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3375 RefNamePieces buildPieces(unsigned NameFlags, bool IsMemberRefExpr, in buildPieces() argument
3378 const bool WantQualifier = NameFlags & CXNameRange_WantQualifier; in buildPieces()
3379 const bool WantTemplateArgs = NameFlags & CXNameRange_WantTemplateArgs; in buildPieces()
3380 const bool WantSinglePiece = NameFlags & CXNameRange_WantSinglePiece; in buildPieces()
6717 CXSourceRange clang_getCursorReferenceNameRange(CXCursor C, unsigned NameFlags, in clang_getCursorReferenceNameRange() argument
6724 Pieces = buildPieces(NameFlags, true, E->getMemberNameInfo(), in clang_getCursorReferenceNameRange()
6732 buildPieces(NameFlags, false, E->getNameInfo(), in clang_getCursorReferenceNameRange()
6745 Pieces = buildPieces(NameFlags, false, DRE->getNameInfo(), in clang_getCursorReferenceNameRange()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4916 CXCursor C, unsigned NameFlags, unsigned PieceIndex);
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst1713 eAtomTypeNameFlags = 4u, // Flags from enum NameFlags