OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalUnqualifiedType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp
127
Ty = Ty.
getLocalUnqualifiedType
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp
1104
Ty.
getLocalUnqualifiedType
().getCanonicalType());
1638
FromType.
getLocalUnqualifiedType
() ==
1639
ToType.
getLocalUnqualifiedType
()) {
1643
FromType.
getLocalUnqualifiedType
().print(OS, Policy);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Store.cpp
100
if (CanonPointeeTy.
getLocalUnqualifiedType
() == Ctx.VoidTy)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
621
return CanQual<T>::CreateUnsafe(Stored.
getLocalUnqualifiedType
());
Type.h
907
QualType
getLocalUnqualifiedType
() const { return QualType(getTypePtr(), 0); }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
9820
<< PreNarrowingType.
getLocalUnqualifiedType
()
9821
<< EntityType.
getLocalUnqualifiedType
();
9832
<< EntityType.
getLocalUnqualifiedType
();
9842
<< PreNarrowingType.
getLocalUnqualifiedType
()
9843
<< EntityType.
getLocalUnqualifiedType
();
SemaOverload.cpp
1980
if (CanonFrom.
getLocalUnqualifiedType
()
1981
== CanonTo.
getLocalUnqualifiedType
() &&
2315
= Context.getQualifiedType(CanonToPointee.
getLocalUnqualifiedType
(), Quals);
5364
if (ClassTypeCanon == FromTypeCanon.
getLocalUnqualifiedType
()) {
7999
Ty = Ty.
getLocalUnqualifiedType
();
SemaDeclAttr.cpp
7514
if (Ty.
getLocalUnqualifiedType
().getQualifiers().getObjCLifetime() ==
SemaDeclCXX.cpp
2710
NewBaseType = NewBaseType.
getLocalUnqualifiedType
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
164
BasicWriter.writeQualType(T.
getLocalUnqualifiedType
());
Completed in 54 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026