OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTraitInfo
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTRecordReader.h
26
class
OMPTraitInfo
;
264
/// Read an
OMPTraitInfo
object, advancing Idx.
265
OMPTraitInfo
*readOMPTraitInfo();
ASTRecordWriter.h
273
/// Write an
OMPTraitInfo
object.
274
void writeOMPTraitInfo(const
OMPTraitInfo
*TI);
/src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp
186
llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const
OMPTraitInfo
&TI);
187
llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const
OMPTraitInfo
*TI);
OpenMPClause.cpp
2256
void
OMPTraitInfo
::getAsVariantMatchInfo(ASTContext &ASTCtx,
2309
void
OMPTraitInfo
::print(llvm::raw_ostream &OS,
2362
std::string
OMPTraitInfo
::getMangledName() const {
2388
OMPTraitInfo
::
OMPTraitInfo
(StringRef MangledName) {
2422
const
OMPTraitInfo
&TI) {
2429
const
OMPTraitInfo
*TI) {
DeclarationName.cpp
150
<<
OMPTraitInfo
(NameContextPair.second) << "]";
ASTContext.cpp
11611
OMPTraitInfo
&ASTContext::getNewOMPTraitInfo() {
11612
OMPTraitInfoVector.emplace_back(new
OMPTraitInfo
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Attr.h
43
class
OMPTraitInfo
;
ASTContext.h
124
class
OMPTraitInfo
;
3150
/// Return a new
OMPTraitInfo
object owned by this context.
3151
OMPTraitInfo
&getNewOMPTraitInfo();
3162
/// All
OMPTraitInfo
objects live in this collection, one per
3164
SmallVector<std::unique_ptr<
OMPTraitInfo
>, 4> OMPTraitInfoVector;
OpenMPClause.h
8381
class
OMPTraitInfo
{
8383
OMPTraitInfo
() {}
8387
/// Reconstruct a (partial)
OMPTraitInfo
object from a mangled name.
8388
OMPTraitInfo
(StringRef MangledName);
8436
llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const
OMPTraitInfo
&TI);
8437
llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const
OMPTraitInfo
*TI);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
1355
bool Parser::parseOMPContextSelectors(SourceLocation Loc,
OMPTraitInfo
&TI) {
1402
OMPTraitInfo
*ParentTI = Actions.getOMPTraitInfoForSurroundingScope();
1404
OMPTraitInfo
&TI = ASTCtx.getNewOMPTraitInfo();
1426
OMPTraitInfo
&TI,
1427
OMPTraitInfo
*ParentTI) {
2026
OMPTraitInfo
*ParentTI = Actions.getOMPTraitInfoForSurroundingScope();
2028
OMPTraitInfo
&TI = ASTCtx.getNewOMPTraitInfo();
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
54
class
OMPTraitInfo
;
3169
bool parseOMPContextSelectors(SourceLocation Loc,
OMPTraitInfo
&TI);
3173
bool parseOMPDeclareVariantMatchClause(SourceLocation Loc,
OMPTraitInfo
&TI,
3174
OMPTraitInfo
*ParentTI);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
10205
OMPTraitInfo
*TI;
10210
OMPDeclareVariantScope(
OMPTraitInfo
&TI);
10213
/// Return the
OMPTraitInfo
for the surrounding scope, if any.
10214
OMPTraitInfo
*getOMPTraitInfoForSurroundingScope() {
10259
void ActOnOpenMPBeginDeclareVariant(SourceLocation Loc,
OMPTraitInfo
&TI);
10809
OMPTraitInfo
&TI, SourceRange SR);
10819
OMPTraitInfo
&TI, SourceRange SR);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
2466
OMPTraitInfo
&TI) {
6618
Sema::OMPDeclareVariantScope::OMPDeclareVariantScope(
OMPTraitInfo
&TI)
6764
OMPTraitInfo
&TI = A->getTraitInfo();
6834
Expr *VariantRef,
OMPTraitInfo
&TI,
7096
OMPTraitInfo
&TI,
SemaTemplateInstantiateDecl.cpp
415
// Copy the template version of the
OMPTraitInfo
and run substitute on all
417
OMPTraitInfo
&TI = S.getASTContext().getNewOMPTraitInfo();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
2762
OMPTraitInfo
*readOMPTraitInfo() { return Reader.readOMPTraitInfo(); }
ASTWriter.cpp
6689
void ASTRecordWriter::writeOMPTraitInfo(const
OMPTraitInfo
*TI) {
ASTReader.cpp
12949
OMPTraitInfo
*ASTRecordReader::readOMPTraitInfo() {
12950
OMPTraitInfo
&TI = getContext().getNewOMPTraitInfo();
Completed in 104 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026