repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PetScan::extract_scop: locally construct pet_context
[pet.git]
/
clang.h
blob
f69bfb32415658cbd388f28d35574f6f5d4bed40
1
#ifndef PET_CLANG_H
2
#define PET_CLANG_H
3
4
#include <clang/AST/Type.h>
5
6
clang
::
QualType
pet_clang_base_type
(
clang
::
QualType qt
);
7
clang
::
RecordDecl
*
pet_clang_record_decl
(
clang
::
QualType T
);
8
9
#endif