HomeSort by: relevance | last modified time | path
    Searched refs:OMPTraitProperty (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 2291 for (const OMPTraitProperty &Property : Selector.Properties)
2348 for (const OMPTraitProperty &Property : Selector.Properties) {
2379 for (const OMPTraitProperty &Property : Selector.Properties)
2409 Selector.Properties.push_back(OMPTraitProperty());
2410 OMPTraitProperty &Property = Selector.Properties.back();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 865 void Parser::parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
937 OMPTraitProperty &TIProperty,
955 auto IsMatchExtension = [](OMPTraitProperty &TP) {
965 for (OMPTraitProperty &SeenProp : TISelector.Properties)
988 OMPTraitProperty TIProperty;
1479 for (const OMPTraitProperty &ParentProperty :
1482 for (OMPTraitProperty &Property : Selector.Properties) {
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 51 struct OMPTraitProperty;
3140 void parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 8359 struct OMPTraitProperty {
8369 llvm::SmallVector<OMPTraitProperty, 1> Properties;
8424 for (const OMPTraitProperty &Property : Selector.Properties) {

Completed in 38 milliseconds