OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h
53
enum
ContextType
{
148
ContextType
Type;
179
ArgStream pushContextFrame(
ContextType
Type, SourceRange Range);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h
37
using
ContextType
= void;
DebugChecksumsSubsection.h
41
using
ContextType
= void;
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp
14
Diagnostics::ArgStream Diagnostics::pushContextFrame(
ContextType
Type,
76
static StringRef contextTypeToFormatString(Diagnostics::
ContextType
Type) {
83
llvm_unreachable("Unknown
ContextType
value.");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
102
QualType
ContextType
110
if (Context.hasSameType(Injected,
ContextType
))
118
= ClassTemplate->findPartialSpecialization(
ContextType
)) {
SemaStmt.cpp
685
int
ContextType
;
687
ContextType
= 0;
689
ContextType
= 1;
691
ContextType
= 2;
693
<< &MTA <<
ContextType
;
SemaCodeComplete.cpp
519
/// Get preferred type for an argument of an unary expression. \p
ContextType
is
521
static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType
ContextType
,
527
if (!
ContextType
.isNull() &&
ContextType
->isPointerType())
528
return
ContextType
->getPointeeType();
531
if (
ContextType
.isNull())
533
return S.getASTContext().getPointerType(
ContextType
.getNonReferenceType());
539
if (
ContextType
.isNull())
542
return
ContextType
;
Completed in 44 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026