OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPointerType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1241
QualType
getPointerType
(QualType T) const;
1242
CanQualType
getPointerType
(CanQualType T) const {
1243
return CanQualType::CreateUnsafe(
getPointerType
((QualType) T));
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1468
VoidPtrTy =
getPointerType
(getCanonicalType(
1471
VoidPtrTy =
getPointerType
(VoidTy);
1738
T =
getPointerType
(RT->getPointeeType());
3006
return
getPointerType
(ResultType);
3028
return
getPointerType
(removeAddrSpaceQualType(Pointee));
3187
///
getPointerType
- Return the uniqued reference to the type for a pointer to
3189
QualType ASTContext::
getPointerType
(QualType T) const {
3203
Canonical =
getPointerType
(getCanonicalType(T));
3254
Decayed =
getPointerType
(T);
3530
result =
getPointerType
(getVariableArrayDecayedType
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026