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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 865 void Parser::parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
869 TIProperty.Kind = TraitProperty::invalid;
879 TIProperty.RawString = Name;
880 TIProperty.Kind = getOpenMPContextTraitPropertyKind(Set, Selector, Name);
881 if (TIProperty.Kind != TraitProperty::invalid) {
883 TIProperty.Kind = TraitProperty::invalid;
937 OMPTraitProperty &TIProperty,
944 if (TIProperty.Kind == TraitProperty::invalid)
947 if (TIProperty.Kind ==
951 if (TIProperty.Kind =
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3138 /// Parse a property kind into \p TIProperty for the selector set \p Set and
3140 void parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,

Completed in 18 milliseconds